]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
fix
[lyx.git] / src / ChangeLog
1 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * tabular_funcs.C: add LIstream.h, move write_attribute to..
4         * tabular_funcs.h: here and include iosfwd
5
6 2001-12-20  Juergen Vigna  <jug@sad.it>
7
8         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
9         inside inset but undo_par was.
10
11 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12
13         * Thesaurus.C: always include <config.h> in sources.
14
15         * Painter.h: 
16         * lyxlookup.h: 
17         * box.h: do not include <config.h> in header files
18
19         * text.C (paintLastRow): remove unused variable
20
21         * text.C (transformChar): 
22         (insertChar): 
23         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
24
25         * Painter.C (text): 
26         * font.C (width): rewrite to use uppercase() instead of
27         islower/toupper. 
28
29         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
30
31 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
32
33         * lyxfind.C: clean up of find failure position change
34
35 2001-12-20  Juergen Vigna  <jug@sad.it>
36
37         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
38
39         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
40         (TeXRow): added to LaTeX a single tabular row.
41         (TeXLongtableHeaderFooter): added to output LT-h/f data.
42         (Latex): simplified and finally good LT-h/f support.
43         (various_functions): just small adaptions for LT-h/f support.
44
45         * tabular_funcs.[hC]: added and moved here all not classfunctions
46         of LyXTabular.
47
48 2001-12-19  Juergen Vigna  <jug@sad.it>
49
50         * tabular.[Ch]: better support for longtabular options (not finished
51         yet!)
52
53 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
54
55         * text.C (paintLastRow): use the label font instead of the font of
56         the last character to compute the size of *_BOX. This makes more
57         sense and avoids a crash with empty paragraphs.
58         Use Painter::rectangle to draw EMPTY_BOX.
59
60 2001-12-19  Juergen Vigna  <jug@sad.it>
61
62         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
63         the paragraphs if the replaced paragraph is not the first one!
64         Tried to delete not used paragraphs but does not work yet so for
65         now it's inside #ifdef's and by default off!
66
67 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
68
69         * MenuBackend.C: include "lyx_main.h" instead of declaring
70         lastfiles (actually was declared as LastFiles* instead of a
71         scoped_ptr).
72
73 2001-12-17  Juergen Vigna  <jug@sad.it>
74
75         * tabular.C (AppendColumn): applied John's fix
76
77 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
78
79         * BufferView.h: 
80         * BufferView.C:
81         * BufferView_pimpl.h:
82         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
83
84         * Makefile.am:
85         * box.h: new start of class for above
86
87         * lyxfunc.C: ignore space-only minibuffer dispatches.
88           Show the command name when it doesn't exist
89
90         * minibuffer.C: don't add empty lines to the history
91
92         * minibuffer.C: add a space on dropdown completion
93  
94 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
95
96         * text.C: fix line above/below drawing in insets
97
98 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
99
100         * lyxlength.C (LyXLength): Initialize private variables.
101
102 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
103
104         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language 
105         when inserting error insets.
106
107 2001-12-13  Juergen Vigna  <jug@sad.it>
108
109         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
110         actually sometimes the before-paragraph.
111         (setUndo): don't clear the redostack if we're not actually undoing!
112
113 2001-12-06  Juergen Vigna  <jug@sad.it>
114
115         * undo_funcs.C (textHandleUndo): well after John's hint I got here
116         and fixed redoing of main paragraph, so we can use it now ;)
117
118         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
119
120 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
121
122         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
123         Juergen's request
124
125 2001-12-13  André Pönitz <poenitz@gmx.net>
126
127         * undostack.[Ch]:
128         * undo_func.C: minor cleanup
129
130 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
131
132         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
133         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
134         font in urw-fonts package which is marked as -urw-fontspecific and
135         does not work (incidentally, changing the encoding in the
136         fonts.dir of this package to -adobe-fontspecific fixes the
137         problem).
138
139         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
140         is a crash when undoing first paragraph (Juergen, please take a
141         look). THis does not mean the undo fix is wrong, just that it
142         uncovers problems.
143
144         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
145         the (Paragraph*) version when needed instead of duplicating the
146         code.
147
148         * text.C (workWidth): use Inset::parOwner to find out where the
149         inset has been inserted. This is a huge performance gain for large
150         documents with lots of insets. If Inset::parOwner is not set, fall
151         back on the brute force method
152
153         * paragraph_pimpl.C (insertInset): 
154         * paragraph.C (Paragraph): 
155         (cutIntoMinibuffer): set parOwner of insets when
156         inserting/removing them
157
158         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
159
160 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
161
162         * commandtags.h:
163         * LyXAction.C:
164         * lyx_main.C:
165         * lyxfunc.C:
166         * mathed/formulabase.C:
167         * mathed/math_cursor.[Ch]:
168         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
169
170
171 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
172
173         * lyxlength.[Ch] (operator!=): new function
174
175 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
176
177         * text.C (workWidth): use Inset::parOwner to find out where the
178         inset has been inserted. This is a huge performance gain for large
179         documents with lots of insets. If Inset::parOwner is not set, fall
180         back on the brute force method
181
182         * paragraph_pimpl.C (insertInset): 
183         * paragraph.C (Paragraph): 
184         (cutIntoMinibuffer): set parOwner of insets when
185         inserting/removing them
186
187         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
188
189 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
190
191         * tabular-old.C (getTokenValue): 
192         * tabular.C (getTokenValue): 
193         (write_attribute): new versions for LyXLength
194         (everywhere): adjust the use of widths
195
196         * tabular.h: change the type of widths from string to LyXLength
197
198 2001-12-11  Ben Stanley <bds02@uow.edu.au>
199
200         * paragraph.C: fixed missing line number count when exporting
201         Environments to LaTeX file
202
203         * buffer.C: added informational message for checking line numbers.
204
205 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
206
207         * text2.C (deleteEmptyParagraphMechanism): if there is only one
208         paragraph, do the 'double space' part, but not the 'empty
209         paragraph' one.
210
211         * text.C (workWidth): small optimization
212         (getLengthMarkerHeight): use minimal size for negative lengths. 
213
214 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
215
216         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
217
218         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
219
220 2001-12-11  André Pönitz <poenitz@gmx.net>
221
222         * FontLoader.C:
223         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
224
225 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
226
227         * text2.C: keep selection on a setFont()
228  
229 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
230
231         * lyx_cb.C: another bv->text misuse, from insert label
232  
233 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
234
235         * kbsequence.h:
236         * kbsequence.C: re-instate nmodifier mask
237  
238 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
239
240         * lyx_main.h: make lyxGUI private.
241
242 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
243
244         * lyxfind.C: place the cursor correctly on failed search
245  
246 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
247
248         * text.C (getLengthMarkerHeight): for small heights, the arrows
249         are not always on top/bottom of the text
250         (drawLengthMarker): smaller arrows; take the left margin in
251         account; draw also vfills.
252         (paintFirstRow): 
253         (paintLastRow): remove special code for vfill and standard spaces,
254         since everything is handled in drawLengthMarker now.
255
256 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
257
258         * buffer.C (insertErtContents): try to handle font and language
259         interaction a bit better.g
260
261         * ColorHandler.C (updateColor): change the hash to cover the whole
262         LColor enum, ws cleanup
263         (getGCLinepars): ditto
264         (getGCLinepars): only lookup in the linecache once.
265
266 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
267
268         * iterators.C (operator++): Make the iterator more robust
269
270         * BufferView2.C (removeAutoInsets): Use paragraph iterators
271         (John's patch)
272         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
273
274 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
275
276         * lyxtext.h:
277         * text.C: better added space drawing
278
279 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
280
281         * LyXView.C:
282         * BufferView2.C: fix layout combo update on inset unlock
283
284 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
285
286         * Makefile.am: don't compile unused files
287
288 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
289
290         * lyxfunc.C:
291         * commandtags.h:
292         * LyXAction.C: remove old LFUN_LAYOUTNO
293
294 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
295
296         * paragraph_pimpl.h:
297         * paragraph_pimpl.C: isTextAt() doesn't need font param
298
299 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
300
301         * lyxlex.h:
302         * lyxlex.C: little cleanup
303
304 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
305
306         * BufferView_pimpl.C: fix insertAscii for insets
307  
308 2001-12-05  Juergen Vigna  <jug@sad.it>
309
310         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
311         set the right font on the "multi" paragraph paste!
312
313 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
314
315         * trans_decl.h:
316         * trans_mgr.[Ch]:
317         * trans.[Ch]:
318         * lyxgluelength.C:
319         * lyxlength.C: remove out-commented code.
320
321         * BufferView_pimpl:
322         * CutAndPaste.C: 
323         * DepTable.C:
324         * buffer.C:
325         * chset.C:
326         * lastfiles.C:
327         * lyxlex.C:
328         * lyxlex_pimpl.C:
329         * lyxserver.C:
330         * screen.C:
331         * tabular-old.C:
332         * tabular.C:
333         * text.C:
334         * trans_mgr.C:
335         * vc-backend.C: change "while(" to "while ("
336         
337         * lyxlength.[Ch]: add zero function to check if length is zero or
338         not
339         * lyxgluelength.C: use it
340         
341 2001-12-05  Allan Rae  <rae@lyx.org>
342
343         * lyxlength.C: Attempted a fix for the abs(int) header selection.
344         Works for 2.95.3, from what I understand of Garst's reports this should
345         work for other g++ versions.  We're screwed if the abs(int) definition
346         changed between bugfix releases of gcc.
347
348 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
349
350         * text.C: fix chapter label offset !
351
352 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
353
354         * lyxtext.h:
355         * text.C: fix hfill at end of line, clean up
356
357 2001-12-04  Juergen Vigna  <jug@sad.it>
358
359         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
360         that we force an update of the inset and it's owners if neccessary.
361
362 2001-12-03  Juergen Vigna  <jug@sad.it>
363
364         * text.C (rowLast): simplified code
365
366 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
367
368         * lyxfunc.C: fix show options on timeout
369  
370 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
371
372         * screen.C (topCursorVisible): scroll half a page when the cursor
373         reached top of bottom of screen
374
375 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
376
377         * minibuffer.C: deactivate on loss of focus
378  
379 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
380
381         * vspace.[Ch] (operator!=): add operator. 
382
383 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
384
385         * BufferView_pimpl.C: refuse to open an inset when
386         there's a selection.
387
388 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
389
390         * BufferView_pimpl.C: allow to click on RHS of full row insets
391  
392 2001-11-30  Juergen Vigna  <jug@sad.it>
393
394         * tabular.C (LyXTabular): add a same_id to set the same id's in the
395         insets for undo reasons.
396
397 2001-11-28  André Pönitz <poenitz@gmx.net>
398
399         * vspace.[Ch]: cosmetical changes
400
401 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
402
403         * LyXAction.h:
404         * LyXAction.C:
405         * lyxfunc.h:
406         * lyxfunc.C:
407         * kbmap.h:
408         * kbmap.C:
409         * lyxrc.C:
410         * kbsequence.h:
411         * kbsequence.C: part re-write of old kb code
412
413         * Painter.C:
414         * WorkArea.C: remove Lgb_bug_find_hack
415
416 2001-11-30  José Matos <jamatos@fep.up.pt>
417
418         * buffer.C (makeDocBookFile): add a comment to point a hack.
419         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
420         Fixed a double write of labels.
421         
422 2001-11-28  André Pönitz <poenitz@gmx.net>
423
424         * all the files from the change on 2001/11/26:
425         use lyx::layout_type instead of LyXTextClass::size_type
426         use lyx::textclass_type instead of LyXTextClassList::size_type
427
428 2001-11-29  Juergen Vigna  <jug@sad.it>
429
430         * text.C: added support for paragraph::isFreeSpacing()
431
432         * buffer.C: same as above
433
434         * paragraph.h: inserted isFreeSpacing() function to enable
435         FreeSpacing inside InsetERT.
436
437         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
438         of the paragraph's in the cut/copy buffer to 0!
439
440         * text2.C (removeRow): remove the assert as it can!
441
442         * lyxtext.h: added helper function firstRow returning firstrow and
443         made firstrow private again.
444
445         * BufferView2.C (lockInset): don't relock if we're already locked!
446
447         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
448         the only paragraph.
449         (removeRow): added Assert::(firstrow)
450
451         * debug.C: forgot to add INSETTEXT here.
452
453 2001-11-28  Juergen Vigna  <jug@sad.it>
454
455         * sp_spell.C (initialize): changed error text to more general
456         spellchecker command use (not only ispell!)
457
458         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
459
460         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
461
462 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
463
464         * vspace.C: initialise lyxgluelength on failure
465
466 2001-11-28  Allan Rae  <rae@lyx.org>
467
468         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
469         declaration & definition that looks like a function declaration.
470
471 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
472
473         * BufferView2.C (copy): 
474         (copyEnvironment): do not clear the selection when doing a copy.
475
476         * text.C (paintFirstRow): compilation fix
477
478 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
479
480         * tabular.C (Latex): correct line count when writing latex.
481
482 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
483
484         * paragraph_pimpl.h:
485         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
486           bug a bit
487
488 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
489
490         * text.C: 
491         * LColor.h:
492         * LColor.C: change vfillline->added_space
493  
494         * text.C: add markers and text for added space
495  
496         * vspace.C: fix comment
497
498 2001-11-28  André Pönitz <poenitz@gmx.net>
499
500         * paragraph.C: whitespace changes
501         * all the other files from the change on 2001/11/26:
502         change *::pos_type into lyx::pos_type
503         
504 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
505
506         * buffer.C (parseSingleLyXformat2Token): Set the language to the
507         language of the document when inserting error insets.
508
509 2001-11-26  André Pönitz <poenitz@gmx.net>
510         
511         * BufferView_pimpl.[Ch]:
512         *       CutAndPaste.C:
513         * buffer.[Ch]:
514         * lyxcursor.[Ch]:
515         * lyxfind.C:
516         * lyxfunc.C:
517         * lyxrow.[Ch]:
518         * paragraph.[Ch]:
519         * paragraph_pimpl.[Ch]:
520         * sp_spell.C:
521         * text.C:
522         * text2.C: reduce header dependencies, introduce type for positions
523
524 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
525
526         * <various>: change to use Alert.h 
527          
528 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
529
530         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
531         when encountering an unknown token.
532         (readLyXformat2): Show an error message if there were unknown tokens.
533
534 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
535
536         * BufferView2.C:
537         * BufferView_pimpl.C:
538         * buffer.C:
539         * paragraph.h:
540         * text.C: 
541         * text2.C: use par->isInset()
542          
543 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
544
545         * paragraph_pimpl.h:
546         * paragraph_pimpl.C: cleanup 
547          
548 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
549
550         * text2.C (removeRow): 
551         * text.C (setHeightOfRow): remove useless (and costly) call to
552         getRow. 
553
554 2001-11-20  Allan Rae  <rae@lyx.org>
555
556         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
557         Now need Inset*::checkInsertChar() to return true for appropriate
558         cases so that the characters in the minibuffer will actually be
559         inserted.
560
561 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
562
563         * text.C: change the order of the includes.
564         (workWidth): initialize it at once.
565         (workWidth): make maxw unsigned
566         (setHeightOfRow): remove unused variable (inset)
567         (selectSelectedWord): remove unused variable (inset)
568         (paintRowText): fix drawing of hfill characters, and clean up a bit.
569
570 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
571
572         * lyxserver.C (emergencyCleanup): do not try to close pipes if
573         server is not running.
574         (openConnection): 
575         (closeConnection): add debug info when server is disabled.
576
577         * ColorHandler.C (getGCForeground): send debug message to GUI
578         channel. 
579
580         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
581
582         * kbmap.C (bind): modify because return conventions of
583         kb_sequence::parse have changed.
584
585         * kbsequence.C (parse): only ignore spaces and not any stupid
586         control character. This avoids tests like s[i] <= ' ', which are
587         guaranteed to fail with 8bit characters and signed chars.
588         Change return code to string::npos when there have been no error
589         (0 was a bad idea when error is at first character)
590
591 2001-11-14  José Matos  <jamatos@fep.up.pt>
592
593         * buffer.h:
594         * buffer.C (simpleDocBookOnePar): removed unused argument.
595
596 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
597
598         * text.C (selectNextWordToSpellcheck): do not test explicitely for
599         insets which are part of a word. Paragraph::isLetter takes care of
600         that now. Use Paragraph::isInset to identify insets.
601         (selectSelectedWord): do not test for hyphenation break.
602
603         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
604         that protected spaces are considered as spaces.
605
606         * paragraph.C (isLetter): cleanup the code for ispell extras; use
607         Inset::isLetter. 
608
609 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
610
611         * lyxserver.h:
612         * lyxserver.C: fix it. and small cleanup.
613  
614 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
615
616         * BufferView_pimpl.C: use inline helpers
617  
618         * LaTeXFeatures.h: 
619         * LaTeXFeatures.C: fix typos
620
621         * Spacing.h:
622         * Spacing.C: move spacing_string into class 
623
624         * ToolbarDefaults.C: move stuff into namespace anon
625  
626         * layout.h: update enum
627
628         * lyxfunc.C: use better debug
629
630         * minibuffer.h: fix typo
631  
632         * debug.h:
633         * debug.C:
634         * WorkArea.C: add and use Debug::WORKAREA
635
636         * lyxtext.h:
637         * text.C: 
638         * text2.C: code re-organisation, inline helpers
639
640 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
641
642         * Layout.C: replaced a few cases of std::vector.size() == 0 with
643         std::vector.empty().
644
645 2001-11-09  Allan Rae  <rae@lyx.org>
646
647         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
648         '\n's after tables.  Tabular and ERT inset work now makes this no
649         longer necessary.
650
651 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
652
653         * minibuffer.h:
654         * minibuffer.C: fix crash, improve drop-down completion 
655  
656 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
657
658         * lyxserver.h:
659         * lyxserver.C: invalidate fd's when doing endPipe()
660  
661 2001-11-08  José Matos  <jamatos@fep.up.pt>
662
663         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
664         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
665
666         * paragraph.h:
667         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
668
669 2001-11-07  José Matos  <jamatos@fep.up.pt>
670
671         * buffer.h:
672         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
673         const qualifier.
674
675         * buffer.C (sgmlOpenTag):
676         * buffer.C (sgmlCloseTag): removed debug info.
677
678         * buffer.h (sgmlOpenTag):
679         * buffer.h (sgmlCloseTag): made public.
680
681 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
682
683         * buffer.C (saveParamsAsDefaults): 
684         * lyx_cb.C (MenuLayoutSave): remove
685
686         * LyXAction.C (init): 
687         * commandtags.h: 
688         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
689
690 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
691
692         * buffer.C (setPaperStuff): removed from here...
693
694         * bufferparams.C (setPaperStuff): ... and moved there.  
695
696 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
697
698         * minibuffer.h:
699         * minibuffer.C:
700         * XFormsView.C: add support for drop-down completion
701  
702 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
703
704         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
705         commands.
706
707 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
708
709         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
710         disabled. 
711
712 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
713
714         * lyx_main.C: change ref to known bugs
715  
716 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
717
718         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
719         to work around older babel problems.
720
721 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
722
723         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
724
725 2001-10-24  Juergen Vigna  <jug@sad.it>
726
727         * tabular-old.C (ReadOld): below variable changes reflected.
728
729         * tabular.[Ch]: added ltType struct for longtable header/footer
730         defines and changed all instances where they are used. Added
731         future support for double top/bottom rows.
732
733 2001-10-24  José Matos  <jamatos@fep.up.pt>
734
735         * buffer.h (docbookHandleCaption):
736         * buffer.C (docbookHandleCaption): removed unused function.
737         (makeDocBookFile): moved docbook supported version to v4.1.
738
739 2001-10-24  José Matos  <jamatos@fep.up.pt>
740
741         * tabular.h:
742         * tabular.C (docbookRow): new function to export docbook code of a row.
743         (DocBook): now honors the longtable flags.
744
745 2001-10-23  José Matos  <jamatos@fep.up.pt>
746
747         * LaTeXFeatures.h:
748         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
749         of the lyx defined sgml entities used in a docbook/linuxdoc document.
750
751         * buffer.C (makeLinuxDocFile):
752         (makeDocBookFile): reworked the preamble, more clean, and with
753         support for lyx defined entities. Changed the document declaration
754         to be more XML friendly.
755
756         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
757         if we need to output XML that should be done with a filter.
758         
759 2001-10-22  Juergen Vigna  <jug@sad.it>
760
761         * sp_pspell.h (class PSpell): add alive function needed in the
762         controller to see if the spellchecker could be started.
763
764 2001-10-22  Juergen Vigna  <jug@sad.it>
765
766         * buffer.C (insertStringAsLines): modify the font for inserting
767         chars in certain conditions by calling checkInsertChar(font).
768
769 2001-10-19  Juergen Vigna  <jug@sad.it>
770
771         * text.C (workWidth): use getRow instead of wrong algorithm.
772         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
773
774 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
775
776         * lyxserver.h:
777         * lyxserver.C:
778         * lyx_main.h:
779         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
780
781 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
782
783         * text.C (workWidth): do not search for the exact row when
784         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
785         optimization for big documents.
786
787 2001-10-18  Juergen Vigna  <jug@sad.it>
788
789         * text.C (workWidth): new function with added Inset * parameter.
790
791 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
792
793         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
794
795         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
796         change return type of getColumnNearX.
797         
798
799         * text.C (changeRegionCase): use uppercase/lowercase instead of
800         toupper/tolower. 
801         (leftMargin): 
802         (rightMargin): simplify code by factoring out the uses of
803         textclasslist.
804         (labelFill): 
805         (numberOfHfills): 
806         (setHeightOfRow): 
807         (appendParagraph): use Paragraph::size_type
808
809 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
810
811         * vspace.C (asLatexString): add a missing break
812
813 2001-10-15  Herbert Voss  <voss@perce.de>
814
815         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
816
817 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
818
819         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
820         is not available.
821
822 2001-10-10  André Pönitz <poenitz@gmx.net>
823
824         * lyxfunc.C: removed greek_kb_flag.
825
826 2001-10-10  Herbert Voss  <voss@perce.de>
827
828         * lyx_main.C: delete global string help_lyxdir.
829
830 2001-10-09  Herbert Voss  <voss@perce.de>
831
832         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
833
834         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
835
836         * lyx_main.C: added global string help_lyxdir.
837
838         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
839
840 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
841
842         * lyxrc.C (set_font_norm_type): support iso8859-4
843
844 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
845
846         * LaTeX.C (deplog): add another regex for MikTeX
847
848 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
849
850         * lyxrc.C (set_font_norm_type): support iso8859-3
851
852 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
853
854         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
855
856         * LaTeXFeatures.C: remove special case of french and index
857
858         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
859         before \begin{document}). This solves several incompatibilities.
860
861 2001-10-03  Garst Reese  <reese@isn.net>
862
863         * lyx_cb.C: change CheckTex error msg.
864
865 2001-10-03  José Matos  <jamatos@fep.up.pt>
866
867         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
868
869 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
870
871         * .cvsignore: update
872
873         * lyx_main.C (commandLineVersionInfo): use new style version info.
874
875         * buffer.C (writeFile):
876         (makeLaTeXFile):
877         (makeLinuxDocFile):
878         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
879
880         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
881
882         * version.h: update to use stuff in version.C
883
884         * version.C.in: new file. Contains version information determined
885         at compile time. This is a merging of version.h and
886         version_info.h.in.
887
888 2001-10-03  Juergen Vigna  <jug@sad.it>
889
890         * BufferView_pimpl.C (update): don't change "dirty" status in
891         updateInset call.
892
893 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
894
895         * WorkArea.C (c-tor): re-position version string slightly.
896
897 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
898
899         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
900         revert to previous code.
901
902         WorkArea.[Ch]: (show, destroySplash): methods removed.
903
904         WorkArea.C: rework code so that it's an amalgam of the codes before and
905         after the splash screen was moved to WorkArea.
906
907 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
908
909         * lyxrc.C (read): 
910         * vspace.C (inPixels): 
911         (lyx_advance): 
912         * kbmap.C (bind): 
913         * buffer.C (insertStringAsLines): 
914         (asciiParagraph): fix types to be large enough
915
916         * lyxlex_pimpl.h: change member status from short to int
917
918         * layout.h: fix type of endlabeltype
919
920         * kbmap.C (bind): 
921         * kbsequence.C (parse): change return type to string::size_type
922
923         * LaTeX.C (updateBibtexDependencies): comment out unneeded
924         variable
925
926         * Bullet.C (bulletSize): 
927         (bulletEntry): do not use short ints as parameters
928
929         * BufferView2.C (insertLyXFile): change a char to an int.
930
931         * WorkArea.C (WorkArea): remove unneeded floats in computation
932
933 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
934
935         * buffer.C (asciiParagraph): Treat '\\' as other chars.
936
937         * paragraph.C (asString): Do not ignore newline/hfill chars when
938         copying to the clipboard.
939
940 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
941
942         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
943         after a multi-line inset.
944
945 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
946
947         * paragraph.C (validate): Set NeedLyXFootnoteCode
948
949 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
950
951         * lyxfont.C (LyXSizeNames): changed increase-error to increase
952         and decrease-error to decrease.
953
954 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
955
956         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
957         it more readable (should be equivalent)
958
959 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
960
961         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
962
963 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
964
965         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
966         of a cursor (row, etc.) after a character has been deleted
967         (deleteEmptyParagraphMechanism): call the method above on _all_
968         cursors held by the LyXText when a double space has been
969         detected/deleted.
970  
971 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
972
973         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
974         pixmap.
975         (resizeCurrentBuff): remove code to destroy the old splash dialog.
976
977         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
978         background. Use greyOut() and the new show() methods to toggle between
979         the foreground and background. Add code to remove the splash after
980         its initial showing.
981
982         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
983         (create_forms): no longer call Dialogs::showSplash.
984
985 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
986
987         * .cvsignore: add version_info.h
988
989 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
990
991         * version_info.h.in: new file
992
993         * Makefile.am: add version_info.h.in
994
995         * lyx_main.C (commandLineVersionInfo): use version_info defined in
996         version_info.h instead of VERSION_INFO
997
998 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
999
1000         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
1001         The ERT inset now returns string().
1002
1003 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
1004
1005         * lyxtext.h, text.C (selectNextWord): renamed as
1006         selectNextWordToSpellcheck.
1007
1008         * text.C (selectNextWordToSpellcheck): Modified to not select
1009         words inside an ERT inset.
1010
1011 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1012
1013         * lyx_cb.C (MenuLayoutSave): change a bit the question
1014
1015         * sp_base.h: include <sys/types.h>
1016
1017 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
1018
1019         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
1020
1021 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
1022
1023         * several files: fix typos in user-visible strings
1024
1025 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1026
1027         * text2.C (pasteSelection): do not set the selection, since it
1028         will be cleared later. Actually, the intent was to fix the way the
1029         selection was set, but I figured rmoving the code was just as good.
1030
1031 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
1032
1033         * FontLoader.C (available): Check if font is available without
1034         loading the font.
1035
1036 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1037
1038         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
1039
1040 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
1041
1042         * lyxrc.[Ch]: added display_graphics variable and associated code.
1043
1044 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1045
1046         * bufferparams.C (hasClassDefaults): new method. Returns true if
1047         the buffer parameters correspond to known class defaults
1048
1049 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
1050
1051         * XFormsView.C (show): set minimum size to the main window.
1052
1053 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1054
1055         * text2.C (copySelection): 
1056         (cutSelection): 
1057         * lyxfind.C (LyXReplace): 
1058         * BufferView_pimpl.C (Dispatch): pass the correct flag to
1059         LyXText::selectionAsString. 
1060
1061         * paragraph.C (asString): add "label" argument to the second form
1062
1063         * text2.C (selectionAsString): add "label" argument and pass it to
1064         Paragraph::asString. 
1065
1066 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1067
1068         * lyx_main.C (commandLineHelp): remove version information
1069
1070 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
1071
1072         * lyx_main.C: add -version commandline option
1073
1074 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1075
1076         * paragraph.h: make the optional constructor arg required instead.
1077         some modifications to other files because of this.
1078
1079         * minibuffer.C (C_MiniBuffer_peek_event): make it static
1080
1081         * lyxserver.C (C_LyXComm_callback): make it static
1082
1083         * lyx_main.C (error_handler): make it static
1084
1085         * lyx_gui.C (LyX_XErrHandler): make it static
1086
1087         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
1088
1089         * WorkArea.C: make the extern "C" methods static.
1090
1091         * Makefile.am (lyx_LDADD): simplify
1092
1093 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
1094
1095         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
1096         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
1097
1098         * LyXAction.C (init):
1099         * lyxfunc.C (dispatch): associated code removal.
1100
1101 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1102
1103         * lyxfont.h (isSymbolFont): shut off warning
1104
1105         * text.C (setHeightOfRow):
1106         (getVisibleRow): fix crash with empty paragraphs which have a
1107         bottom line
1108
1109 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
1110
1111         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
1112         code.
1113
1114 2001-09-04  José Matos  <jamatos@fep.up.pt>
1115         * buffer.C
1116         * buffer.h
1117         * tabular.C (docbook): rename docBook method to docbook.
1118
1119 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
1120
1121         * Makefile.am: add dependencies to main.o.
1122
1123 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
1124
1125         * FontLoader.C (available): Return false if !lyxrc.use_gui
1126
1127 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
1128
1129         * FontInfo.C (query):
1130         * converter.C (view):
1131         * importer.C (Import):
1132         * exporter.C (Export): Can not -> cannot.
1133
1134 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
1135
1136         * BufferView_pimpl.C: allow to create index inset even if
1137           string is empty
1138  
1139 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
1140
1141         * buffer.C (getLists): replace boost::tie code with an explicit pair
1142         as boost::tie can break some compilers.
1143
1144         * iterators.h: Added a std:: declaration to the return type of
1145         ParIterator::size.
1146
1147 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1148
1149         * lyxrc.C: add help for view_dvi_paper_option, default to safe
1150           case.
1151  
1152 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
1153
1154         * iterators.[Ch]: New files. Provide paragraph iterators.
1155
1156         * buffer.C (changeLanguage): Use paragraph iterators.
1157         (isMultiLingual): ditto 
1158
1159         * BufferView2.C (ChangeInsets): Use paragraph iterators.
1160
1161 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
1162
1163         * FontLoader.C: Support for cmr font.
1164
1165 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
1166
1167         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
1168         (available): New method.
1169
1170         * FontInfo.C (getFontname): Use scalable fonts even when
1171         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
1172         found.
1173
1174 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
1175
1176         * converter.C (Formats::view): reverted! Incorrect fix.
1177
1178 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
1179
1180         * converter.C (Formats::view): only output the -paper option
1181         if the dvi viewer is xdvi, thereby fixing bug #233429.
1182
1183 2001-08-23  Herbert Voss  <voss@perce>
1184
1185         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
1186
1187 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
1188
1189         * Spacing.h (Spacing): Set space to Default on in the default
1190         constructor.
1191
1192 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1193
1194         * vc-backend.h (RCS::versionString): add RCS to version 
1195         (CVS::versionString): add CVS to version 
1196
1197         * vc-backend.C (scanMaster): do not add CVS to version.
1198         (scanMaster): do not add RCS to version
1199
1200         * lyxvc.C (versionString): new method
1201
1202         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
1203
1204 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1205
1206         * Spacing.C (set): initialize fval
1207
1208 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
1209
1210         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
1211         " or \.
1212
1213 2001-08-16  Juergen Vigna  <jug@sad.it>
1214
1215         * lyxfunc.C (dispatch): implemented the new FINISHED states.
1216
1217 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
1218
1219         * BufferView_pimpl.C: 
1220         * figureForm.C:
1221         * lyxtext.h:
1222         * text2.C: setParagraph takes linespacing now
1223  
1224 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
1225
1226         * LyxAction.C: add internal LFUN_CITATION_INSERT
1227
1228         * LyXView.C: actually apply fix
1229
1230         * bufferlist.C: fix open non-existent file
1231  
1232         * lyxfind.C: fix indentation
1233  
1234         * lyxfunc.C: remove unneeded assert, fix typo
1235  
1236 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
1237
1238         * MenuBackend.C: use "Floatname List"
1239
1240 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
1241
1242         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
1243         when converting LaTeX layout to insetERT.
1244         Generate a non-collapsed float when reading old float
1245
1246 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
1247
1248         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
1249         ERT insets.
1250
1251 2001-08-13  Juergen Vigna  <jug@sad.it>
1252
1253         * text.C (fill): return 0 instead of 20 as this seems to be the more
1254         correct value.
1255
1256 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
1257
1258         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
1259         lyxrc.font_norm.
1260
1261 2001-08-13  Juergen Vigna  <jug@sad.it>
1262
1263         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
1264         casesensitive off.
1265         (SearchBackward): comment out the unlocking of the inset_owner this
1266         should not be needed!
1267
1268 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
1269
1270         * Many files: Remove inherit_language, and add latex_language
1271
1272         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
1273         collapsible insets.
1274
1275 2001-08-10  Juergen Vigna  <jug@sad.it>
1276
1277         * text.C (prepareToPrint): fixed hfill-width in draw!
1278
1279         * BufferView2.C (selectLastWord): save the selection cursor as this
1280         now is cleared in the function LyXText::clearSelection!
1281
1282 2001-08-08  Juergen Vigna  <jug@sad.it>
1283
1284         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
1285         BACKSPACE type functions.
1286
1287         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
1288         is only cutted from the document but not put in the cut-buffer, where
1289         still the old stuff should be.
1290
1291         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
1292
1293         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
1294
1295         * tabular.C (SetWidthOfCell): fixed special case where the width
1296         was not updated!
1297         (LeftLine): handle '|' in align_special.
1298         (RightLine): ditto
1299         (LeftAlreadyDrawed): ditto
1300         (SetWidthOfCell): ditto
1301
1302 2001-08-07  Juergen Vigna  <jug@sad.it>
1303
1304         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
1305
1306 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1307
1308         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
1309         * lyxlex.[hC]: ditto
1310
1311 2001-08-06  Juergen Vigna  <jug@sad.it>
1312
1313         * text.C (getVisibleRow): fix up row clearing a bit.
1314
1315 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1316
1317         * minibuffer.C: make sure the X server sees the changes in the input.
1318
1319 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1320
1321         * paragraph.C (getFont): split into...
1322         (getLabelFont): this
1323         (getLayoutFont): and this
1324         * paragraph_pimpl.C (realizeFont): calling this
1325
1326         * text2.C (getFont): split into...
1327         (getLayoutFont): this
1328         (getLabelFont): and this
1329         (realizeFont): all three calling this
1330
1331         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
1332         files where used.
1333
1334 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1335
1336         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
1337
1338 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
1339
1340         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
1341         layouts from the Quote inset insertion.
1342
1343 2001-08-03  Juergen Vigna  <jug@sad.it>
1344
1345         * BufferView_pimpl.C (update): do the fitCursor only at the end!
1346
1347         * screen.C (drawFromTo): don't call fitcursor here and do the loop
1348         only if status not is already CHANGED_IN_DRAW (second level).
1349
1350         * text.C (draw): don't set the need_break_row when inside an
1351         InsetText LyXText.
1352
1353 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1354
1355         * buffer.C (parseSingleLyXformat2Token): handle more latex
1356         conversion cases.
1357
1358         * bufferview_funcs.[hC]: change function names to
1359         begin with small char, adjust other files.
1360
1361 2001-08-02  André Pönitz <poenitz@gmx.net>
1362
1363         * lyxfunc.C:
1364         BufferView_pimpl.C: remove broken special code for math-greek
1365
1366 2001-08-02  Juergen Vigna  <jug@sad.it>
1367
1368         * BufferView_pimpl.C (update): redone this function so that we
1369         update the text again if there was a CHANGE_IN_DRAW.
1370
1371         * screen.C (cursorToggle): removed LyXText parameter and recoded.
1372         (drawFromTo): added a new internal bool which is used by draw() and
1373         redraw() function.
1374         (general): some cursor drawing problems fixed.
1375
1376 2001-08-01  Juergen Vigna  <jug@sad.it>
1377
1378         * lyxfind.C (LyXFind): fixed
1379         (SearchForward): ditto
1380         (SearchBackward): ditto
1381
1382         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
1383         spurius drawing of the cursor in the main area.
1384
1385         * text2.C (status): small fix which could lead to a segfault!
1386         (clearSelection): remove unneeded BufferView param.
1387
1388 2001-08-01  André Pönitz <poenitz@gmx.net>
1389
1390         * lyxfunc.C: small change due to changed mathed interface
1391
1392 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1393
1394         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
1395
1396 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
1397  
1398         * lyxfunc.c: fail gracefully if file doesn't exist 
1399  
1400         * LyXSendto.C:
1401         * buffer.C:
1402         * lyxfunc.C:
1403         * BufferView_pimpl.C: IsDirWriteable() proto changed 
1404  
1405         * LyXView.C: fix updateWindowTitle() to store the last title
1406
1407 2001-07-31  Juergen Vigna  <jug@sad.it>
1408
1409         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
1410         the font (wrong since using of Paragraph::highestFontInRange).
1411
1412         * paragraph.C (highestFontInRange): added a default_size parameter.
1413
1414         * text.C (getVisibleRow): minor clear row changes (still not perfect).
1415         (setHeightOfRow): reformat
1416
1417 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1418
1419         * converter.[hC] + affected files: move to (inital-char)lowercase
1420         function names.
1421
1422         * ParagraphParameters.C (ParagraphParameters): remove commented code
1423
1424         * PainterBase.[Ch]: remove commented code
1425
1426         * LaTeXFeatures.h: add "bool floats" for float.sty
1427
1428         * LaTeXFeatures.C (LaTeXFeatures): init floats
1429         (require): handle float
1430         (getPackages): do it with floats
1431
1432 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1433
1434         * BufferView_pimpl.C (Dispatch): improve handling of
1435         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
1436
1437         * commandtags.h: #include lyxfont.h here temporarily to avoid
1438         keybinding bug.
1439
1440         * bufferlist.h: include LString.h here.
1441
1442 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1443
1444         * text2.C (getStringToIndex): new method.
1445
1446 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
1447
1448         * *: Reduced header file dependencies all over.
1449
1450 2001-07-30  Baruch Even  <baruch@lyx.org>
1451
1452         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
1453
1454 2001-07-29  Baruch Even  <baruch@lyx.org>
1455
1456         * buffer.C (readInset): Changed GRAPHICS to Graphics.
1457
1458 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1459
1460         * ParameterStruct.h (endif): add a default constructor to make
1461         sure that all variables is initialized.
1462
1463         * ParagraphParameters.C (ParagraphParameters): adjust
1464
1465 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1466
1467         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
1468         index; also, check that there is something to index, and that it
1469         does not span over several paragraphs.
1470         (doubleClick): use WHOLE_WORD_STRICT for double click.
1471
1472         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
1473
1474         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
1475         scheme.
1476
1477 2001-07-26  Baruch Even  <baruch@lyx.org>
1478
1479         * buffer.C (readInset): Changed to call up InsetGraphics when reading
1480         an InsetFig figure, backwards compatible reading of old figure code.
1481
1482 2001-07-27  Juergen Vigna  <jug@sad.it>
1483
1484         * text2.C: font.realize function adaption.
1485
1486         * text.C (draw): add a warnings lyxerr text if needed.
1487
1488         * layout.C: font.realize function adaption.
1489
1490         * language.C: add inherit_language and implement it's handlings
1491
1492         * bufferview_funcs.C (StyleReset): remove language parameter from
1493         font creation (should be language_inherit now).
1494
1495         * bufferparams.C (writeFile): handle ignore_language.
1496
1497         * paragraph.C (getFontSettings): the language has to be resolved
1498         otherwise we have problems in LyXFont!
1499
1500         * lyxfont.C (lyxWriteChanges): added document_language parameter
1501         (update): removed unneeded language parameter
1502
1503         * paragraph.C (validate): fixed wrong output of color-package when
1504         using interface colors for certain fonts in certain environments,
1505         which should not seen as that on the final output.
1506
1507 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
1508
1509         * BufferView_pimpl.C:
1510         * Thesaurus.h:
1511         * Thesaurus.C:
1512         * Makefile.am:
1513         * commandtags.h:
1514         * LyXAction.C: add thesaurus support
1515
1516         * lyxfind.h:
1517         * lyxfind.C: add "once" parameter, for thesaurus, to not
1518           move to the next match
1519   
1520 2001-07-26  Juergen Vigna  <jug@sad.it>
1521
1522         * lyxfont.C (realize): honor ignore_language too!
1523         (resolved): ditto.
1524
1525         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
1526
1527         * text.C (draw): one place more for ignore_language to not draw
1528         itself!
1529
1530 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
1531
1532         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
1533
1534 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1535
1536         * buffer.C (parseSingleLyXformat2Token): a more general fix for
1537         the minipage conversion problem.
1538
1539 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1540
1541         * buffer.C (parseSingleLyXformat2Token): check minipage if we
1542         insert an inset.
1543
1544 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1545
1546         * BufferView.h: don't forward declare WorkArea
1547
1548         * BufferView.C: don't include WorkArea.h
1549
1550 2001-07-25  André Pönitz <poenitz@gmx.net>
1551
1552         * commandtags.h:
1553         * LyXAction.C:
1554         * lyxfunc.C:  new LFUN 'math-space'
1555
1556         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
1557
1558 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1559
1560         * text2.C (toggleInset): call open/close
1561
1562 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1563
1564         * lyxfunc.C (dispatch): add debug for the disabled case
1565
1566         * font.C (buttonText): make similar to rectText
1567
1568         * buffer.C (readInset): comment out parsing of insetlist and
1569         insttheorem 
1570
1571         * PainterBase.C (rectText): small correction
1572
1573         * BufferView_pimpl.C: comment out insettheorem and insetlist
1574         * LyXAction.C: ditto
1575         * commandtags.h: ditto
1576
1577 2001-07-24  Juergen Vigna  <jug@sad.it>
1578
1579         * text.C (draw): honor the ignore_language.
1580
1581         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
1582
1583 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1584
1585         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
1586         char inset.
1587
1588 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1589
1590         * lyxtext.h: remove unused (and unimplemented) methods
1591
1592 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1593
1594         * text.C (getVisibleRow): honor background color
1595
1596         * PainterBase.h:
1597         * Painter.h: remove default color argument for fillRectangle
1598
1599         * text.C (backgroundColor): new method
1600
1601 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1602
1603         * text.C (getVisibleRow): adjust
1604
1605         * font.[Ch] (rectText): new method, metrics
1606         (buttonText): new method, metrics
1607
1608         * PainterBase.[hC]: make rectText and buttonText always draw and take
1609         fewer paramteres.
1610
1611 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1612
1613         * ToolbarDefaults.C (read): 
1614         * MenuBackend.C (read): allow escaping in all strings
1615
1616         * BufferView_pimpl.C (insertAndEditInset): new method.
1617         (Dispatch): use insertAndEditInset whenever appropriate.
1618
1619         * BufferView_pimpl.C (insertNote): removed
1620
1621         * BufferView_pimpl.C (smartQuote): new method, moved from
1622         BufferView; if an insetquote cannot be inserted, insert a '"'
1623         character instead.
1624
1625         * BufferView2.C: remove insertCorrectQuote();
1626
1627         * lyxfunc.C (getStatus): Add support for all remaingin
1628         inset-insert lfuns.
1629
1630         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
1631
1632         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
1633         command (necessary to pass " as parameter of self-insert.
1634
1635         * text.C (selectWordWhenUnderCursor):
1636         (selectWord): add word_location parameter
1637         (selectWordWhenUnderCursor): same + remove special code for word
1638         boundary.
1639         (selectNextWord): use kind() to guess type of insetspecialchar,
1640         not latex().
1641         
1642         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
1643         (insertErtContents): create ert insets as collapsed.
1644         (readInset): better compatibility code for Info inset.
1645
1646 2001-07-20  Juergen Vigna  <jug@sad.it>
1647
1648         * lyxfunc.C (dispatch): use always LyXFind now!
1649
1650         * text2.C (init): add a reinit flag so that the LyXText can be
1651         reinited instead of deleted and reallocated (used in InsetText).
1652
1653         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
1654
1655         * text.C: ditto
1656
1657         * text2.C: ditto
1658
1659 2001-07-18  Juergen Vigna  <jug@sad.it>
1660
1661         * text.C (selectNextWord): handle insets inside inset by calling
1662         always the bv->text functions so that we can go up the_locking_inset!
1663
1664         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
1665         in strange locations when inside an inset!
1666
1667         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
1668         handling to include insets.
1669
1670         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
1671
1672 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1673
1674         * LyXAction.C (init): 
1675         * commandtags.h: 
1676         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
1677         LIGATURE_BREAK, since the name is so stupid.
1678
1679 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
1680
1681         * buffer.C (readInset): enable reading of new InsetNotes as well as old
1682         InsetInfos.
1683
1684         * FontLoader.C: remove FORMS_H_LOCATION cruft.
1685
1686         * sp_form.[Ch]: remove.
1687
1688         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
1689
1690         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
1691         InsetInfo.
1692
1693         * src/buffer.C (readInset): ditto.
1694
1695 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1696
1697         * BufferView_pimpl.C (specialChar): new method. Obsoletes
1698         menuSeparator(), endOfSentenceDot(), ldots() and
1699         hyphenationPoint(), which are therefore removed.
1700         (Dispatch): handle LFUN_HYPHENATION_BREAK.
1701
1702         * LyXAction.C (init): 
1703         * commandtags.h: add LFUN_HYPHENATION_BREAK.
1704
1705         * paragraph.C (getWord): removed.
1706
1707         * BufferView_pimpl.C (Dispatch): use last word or selection for
1708         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
1709
1710         * lyx_main.C (queryUserLyXDir): do not ask before creating
1711         user_dir, except if it has been named explicitely.
1712
1713 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
1714
1715         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
1716         a document of zero size.
1717
1718 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
1719
1720         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
1721         approriately in the c-tor and in require().
1722         (getPackages): output the appropriate LaTeX for natbib support.
1723
1724         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
1725         variables "use_natbib" and "use_numerical_citations" when reading the
1726         LyX file.
1727         (readInset): read the various natbib cite commands.
1728         (validate): white-space change.
1729
1730         * bufferparams.[Ch]: new variables "bool use_natbib" and
1731         "bool use_numerical_citations".
1732         (writeFile): output them in the LyX file.
1733
1734 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1735
1736         * lyxfunc.C (getStatus): add support for all the inset insertion
1737         commands.
1738
1739         * text2.C (insertInset): 
1740         * paragraph.C (insetAllowed): 
1741         * BufferView_pimpl.C (insertInset): update to take in account the
1742         renaming of insertInsetAllowed
1743
1744         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
1745
1746         * text2.C (getInset): new method. returns inset at cursor position. 
1747
1748         * BufferView_pimpl.C (Dispatch): changes because of this.
1749
1750         * LyXAction.C (init): rename open-stuff to inset-toggle.
1751
1752         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
1753
1754         * text2.C (toggleInset): renamed from openStuff; use
1755         Inset::open().
1756
1757 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
1758
1759         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
1760
1761         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
1762
1763 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
1764
1765         * buffer.C (readLyXformat2): Add filename to the error dialog
1766
1767 2001-07-18  Juergen Vigna  <jug@sad.it>
1768
1769         * tabular.C (GetCellNumber): put an assert here instead of the check!
1770
1771 2001-07-17  Juergen Vigna  <jug@sad.it>
1772
1773         * BufferView_pimpl.C (toggleSelection): adapted too.
1774
1775         * text.C (selectNextWord): adapted for use with insets.
1776         (selectSelectedWord): ditto
1777
1778 2001-07-17  Juergen Vigna  <jug@sad.it>
1779
1780         * sp_spell.C (PSpell): fix initialitation order.
1781
1782 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1783
1784         * paragraph.C: spacing
1785
1786 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
1787
1788         * sp_spell.C: repair language selection for pspell
1789
1790 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1791
1792         * lyxfunc.h: change more methods to begin with lower char.
1793
1794 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
1795
1796         * buffer.C (parseSingleLyXformat2Token): Generate error insets
1797         for unknown layouts.
1798
1799 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
1800
1801         * buffer.C (readLyXformat2): Generate an error dialog if there are
1802         unknown layouts.
1803
1804 2001-07-16  Juergen Vigna  <jug@sad.it>
1805
1806         * sp_spell.C: always compile ISpell part.
1807
1808         * lyxrc.C: added use_pspell entry and it's handling.
1809
1810 2001-07-13  Juergen Vigna  <jug@sad.it>
1811
1812         * sp_spell.C: removed double includes.
1813
1814 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1815
1816         Consistent use of Lsstream.h:
1817         * Lsstream.h: added using std::stringstream for consistencies sake.
1818
1819         * buffer.C: removed using std::stringstream
1820
1821         * lyxfont.C (stateText):
1822         * paragraph.C (asString):
1823         * text.C (selectNextWord, selectSelectedWord):
1824         * text2.C (setCounter):
1825         * vspace.C (asString, asLatexString):
1826         std::ostringstream -> ostringstream.
1827
1828 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1829
1830         * LyXAction.C: add LFUN_HELP_ABOUTLYX
1831         * commandtags.h: add LFUN_HELP_ABOUTLYX
1832         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
1833
1834 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1835
1836         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
1837         cursorToggle()
1838         * lyx_gui_misc.C: remove spellchecker
1839         * lyxfunc.C: showSpellchecker
1840         * sp_base.h: added
1841         * sp_ispell.h: added
1842         * sp_pspell.h: added
1843         * sp_spell.C: added
1844         * sp_form.[Ch]: removed
1845         * spellchecker.[Ch]: removed
1846
1847 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
1848
1849         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
1850         is set.
1851         (simpleTeXSpecialChars): Simply print the input character without
1852         any special translation if pass_thru is set.
1853
1854         * layout.h: Added bool pass_thru to layout class for being able to
1855         implement pass through of a paragraph for Literate Programming.
1856         
1857         * layout.C: add LT_PASS_THRU to LayoutTags enum.
1858         * layout.C (LyXLayout): set pass_thru to flase in constructor.
1859         * layout.C (Read): add "passthru" to list of layout tags and add
1860         code to set the pass_thru boolean when it is read.
1861
1862 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1863
1864         * trans_decl.h: remove allowed from KmodInfo
1865
1866         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
1867         remove allowed code 
1868         (Load): adjust
1869
1870         * paragraph_pimpl.C (erase): use boost::prior
1871
1872         * Painter.C (text): use data() instead of c_str() when length is
1873         also provided.
1874         * WorkArea.C (putClipboard): ditto
1875         * font.h (width): ditto
1876
1877         * BufferView2.C: use it-> instead of (*it). for iterators
1878         * texrow.C: ditto
1879         * paragraph_pimpl.C: ditto
1880         * paragraph.C: ditto
1881         * minibuffer.C: ditto
1882         * language.C: ditto
1883         * kbmap.C: ditto
1884         * encoding.C: ditto
1885         * counters.C: ditto
1886         * converter.C: ditto
1887         * chset.C: ditto
1888         * Variables.C: ditto
1889         * TextCache.C: ditto
1890         * MenuBackend.C: ditto
1891         * LyXAction.C: ditto
1892         * LColor.C: ditto
1893         * FloatList.C: ditto
1894         * DepTable.C: ditto
1895         * ColorHandler.C (LyXColorHandler): ditto
1896
1897 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1898
1899         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
1900
1901         * text2.C (openStuff): reintroduce this method (which had been
1902         nuked in NEW_INSETS frenzy).
1903
1904         * lyxfunc.C (Dispatch): when an action has not been handled, use
1905         its name in the error message, not its number.
1906
1907         * paragraph.C (inInset): change method name to begin with lowercase.
1908
1909         * undo_funcs.C:
1910         * text2.C: updates because of this.
1911
1912 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1913
1914         * ToolbarDefaults.C (add): add spaces in error message
1915
1916 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1917
1918         * buffer.C (readLyXformat2): initialize the ert comp. variables.
1919         (readLyXformat2): rename return_par to first_par, use lyxlex's
1920         pushToken and remove the manual push handling.
1921         (parseSingleLyXformat2Token): add another ert comp. variable:
1922         in_tabular, rename return_par to first_par. handle newlines better
1923
1924 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1925
1926         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
1927
1928 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1929
1930         * text2.C (getParFromID): removed
1931
1932         * buffer.C (getParFromID): new method moved form lyxtext.
1933         * BufferView2.C (insertErrors): adjust
1934         (setCursorFromRow): adjust
1935         * BufferView_pimpl.C (restorePosition): adjust
1936         * lyxfunc.C (Dispatch): adjust
1937         * undo_funcs.C (textUndo): adjust
1938         (textRedo): adjust
1939         (textHandleUndo): adjust
1940         (textHandleUndo): adjust
1941
1942 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1943
1944         * buffer.C: up' the LYX_FORMAT
1945
1946         * lyxfont.h: turn NO_LATEX on as default
1947
1948         * buffer.C (insertErtContents): new methods of tex style compability.
1949         (parseSingleLyXformat2Token): use it several places.
1950         * tabular.C (OldFormatRead): and here
1951
1952 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1953
1954         * text2.C: remove some commented code.
1955         reindent file.
1956
1957         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
1958         * trans.C: changes because of the above.
1959
1960 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
1961
1962         * text2.C (setCounter): Fix counters bug with bibliography layout.
1963
1964 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1965
1966         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
1967         own member functions
1968         (simpleTeXSpecialChars): ditto
1969
1970 2001-07-06  Juergen Vigna  <jug@sad.it>
1971
1972         * a lot of files: changed the access to LyXText::status and the
1973         call of undo-functions.
1974         
1975         * undo.[Ch]: added a inset_id to the undo informations.
1976
1977         * undo_funcs.[Ch]: added and moved here all undo functions.
1978
1979         * lyxtext.h: give the status enum a weight, made status_ a private
1980         variable and made accessor functions for it, removed the whole bunch
1981         of undo-functions as they are now in their own file, make some
1982         functions publically available. Added function ownerParagraph with
1983         int parameter.
1984
1985         * paragraph.[Ch]: added "bool same_ids" to the constructor,
1986         made InInset() a const function, added getParFromID() function.
1987
1988         * buffer.[Ch]: added const version for inset_iterator functions,
1989         added getInsetFromID() function.
1990
1991         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
1992         changed undo functions for new version.
1993
1994 2001-07-05  Juergen Vigna  <jug@sad.it>
1995
1996         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
1997         unknow mechanism does not call the proper constructor but only this
1998         one also if I request the other!?
1999
2000 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2001
2002         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
2003
2004         * text2.C (LyXText): use initialization lists.
2005
2006         * lyxtext.h (Selection): initialize set_ and mark_
2007         (init): remove method
2008
2009 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
2010
2011         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
2012
2013 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2014
2015         * screen.[Ch]: change method names to begin with lowercase 
2016
2017         * BufferView_pimpl.C (updateScrollbar): simplify further and
2018         hopefully make it a bit faster.
2019
2020 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2021
2022         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
2023         calling directly xforms functions.
2024
2025         * Painter.C (Painter): 
2026         * lyx_cb.C (MenuWrite): 
2027         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
2028         fl_display.
2029
2030         * lyx_gui.C: remove bogus guiruntime extern declaration.
2031
2032 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2033
2034         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
2035         in NEW_INSETS
2036         (redoDrawingOfParagraph): ditto
2037         (redoParagraphs): ditto
2038         (cutSelection): don't create a object for CutAndPaste use the
2039         static method directly
2040         (pasteSelection): ditto
2041
2042         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
2043         LyXview (+ rename)
2044
2045 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2046
2047         * modifications to some other files because of this.
2048         
2049         * Makefile.am (lyx_SOURCES): add XFormsView
2050
2051         * XFormsView.[Ch]: new files
2052
2053         * LyXView.[Ch]: make LyXView a base class for the gui handling for
2054         the main window. Move the gui dependent stuff to XFormsView
2055
2056 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2057
2058         * tabular.C (GetCellInset): update cur_cell also in the row/col
2059         version of this function.
2060
2061         * lyxfunc.C: no need to include figure_form.h here.
2062
2063         * FontLoader.h: 
2064         * lyxfunc.h: 
2065         * lyxscreen.h: 
2066         * text2.C: 
2067         * lyxvc.C: no need to include forms.h here.
2068
2069 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2070
2071         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
2072
2073         * lyxfunc.C (Dispatch): 
2074         * Spacing.C (set): 
2075         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
2076         constructor argument.
2077
2078 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2079
2080         * paragraph.C (Paragraph): dont't clear, and just set layout.
2081         (makeSameLayout): use params's copy contructor.
2082
2083         * ParagraphParameters.[Ch] (makeSame): delete method
2084
2085 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
2086
2087         * Variables.[Ch]: fix indentation, rename set to isSet
2088
2089 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2090
2091         * lyxfunc.C (Dispatch): fix typo
2092
2093 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2094
2095         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
2096         upper_bound. 
2097
2098         * bufferlist.C: include assert.h for emergencyWrite().
2099
2100 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
2101
2102         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
2103           give up at last (bug #425202) !
2104  
2105 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
2106
2107         * lyx_gui_misc.C:
2108         * sp_form.h:
2109         * sp_form.C:
2110         * spellchecker.h:
2111         * spellchecker.C: strip spellchecker options and bring up
2112           preferences tab instead
2113          
2114 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2115
2116         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
2117         the istringstream constructor
2118
2119 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2120
2121         * paragraph.C (getLayout): fix return value
2122
2123         * paragraph.h: do not declare getLayout as inline.
2124
2125         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
2126
2127 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2128
2129         * lyxcursor.h (operator<): new func
2130         (operator>): new func
2131         (operator>=): new func
2132         (operator<=): new func
2133
2134         * text.C (changeCase): use selection.start and selection.end
2135         (changeRegionCase): require from to be <= to. Require par to be a
2136         valid paragraph.
2137
2138         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
2139
2140 2001-06-27  Juergen Vigna  <jug@sad.it>
2141
2142         * text.C (cursorLeftOneWord): changed to return the cursor and added
2143         overlay with BufferView * parameter which calls this one.
2144         (getWord): added
2145         (selectWord): use new getWord function.
2146         (changeCase): renamed from changeWordCase as and extended to work
2147         also on selections.
2148
2149         * lyxtext.h: added enum word_location
2150
2151         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
2152         changeCase as this operates now also on selections.
2153
2154 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
2155
2156         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
2157
2158         * many files: send debug output to Debug::INFO instead of
2159         Debug::ANY. 
2160
2161         * converter.C (View): 
2162         (Convert): 
2163         (Move): send debug output to Debug::FILES instead of console.
2164
2165 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
2166
2167         * lyxfunc.C (getStatus): use func_status
2168
2169         * func_status.h: new header, describing the results of
2170         LyXFunc::getStatus;
2171
2172         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
2173         LFUN_MATH_HALIGN.
2174
2175 2001-06-25  The LyX Project  <jug@sad.it>
2176
2177         * buffer.C (sgmlOpenTag):
2178         (sgmlCloseTag):
2179         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
2180
2181 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2182
2183         * text2.C: remove some dead code
2184
2185         * tabular.C (GetCellInset): store the last cell checked (gotten)
2186
2187         * tabular.h: add the helper for the speedup
2188
2189         * lyxtext.h: remove some dead code
2190
2191 2001-06-26  The LyX Project  <Asger>
2192
2193         * paragraph.C: Change export to LaTeX of alignment to
2194         \begin{center} and family for better roundtrip work with reLyX.
2195
2196         * Tune the math drawing a bit.
2197
2198 2001-06-25  The LyX Project  <Asger>
2199
2200         * LColor.C (LColor): New color for math background. New color
2201         for buttons.
2202
2203 2001-06-25  The LyX Project  <jug@sad.it>
2204
2205         * lyxfunc.C (MenuNew): remove extra check for .lyx file
2206
2207         * lyxfunc.C (Open): 
2208         * bufferlist.C (newFile): do not restrict to files ending with
2209         .lyx
2210
2211         * BufferView_pimpl.C (MenuInsertLyXFile): 
2212
2213 2001-06-24  The LyX Project  <jug@sad.it>
2214
2215         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
2216         of compare_no_case
2217
2218 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2219
2220         * lyxtext.h: rename most methods to begin with a small char.
2221         Lots of changes because of this.
2222
2223         * paragraph.C (Paragraph): do not call fitToSize
2224         (erase): call Pimpl::erase
2225         (insertChar): call Pimpl::insertChar
2226         (insertInset): call Pipl::insertInset
2227         (breakParagraph): do not call fitToSize
2228         (breakParagraphConservative): do not call fitToSize
2229         (fitToSize): remove method
2230
2231         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
2232
2233 2001-06-24  The LyX Project  <Asger>
2234
2235         * Fix Qt compilation^2
2236
2237 2001-06-24  The LyX Project  <jug@sad.it>
2238
2239         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
2240         depthHook(getDepth()-1).
2241
2242         * paragraph.h: 
2243         * ParagraphParameters.h: 
2244         * ParameterStruct.h: change type of depth to unsigned int ==
2245         depth_type. Many adaptations to other files before of that.
2246
2247 2001-06-24  The LyX Project  <Asger>
2248
2249         * Fix Qt compilation.
2250
2251 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2252
2253         * paragraph.h: renamed several methods to begin with small letter.
2254         several changes to many parts of the code because of this.
2255
2256 2001-06-23  The LyX Project  <jug@sad.it>
2257
2258         * text2.C (InsertStringAsLines): renamed from InsertStringA;
2259         rewritten to discard all double spaces when KeepEmpty is off
2260         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
2261         to only handle newlines but not fiddle with spaces and friends.
2262
2263         * lyxfunc.C (MenuNew): when doing 'new from template', use
2264         template_path as default directory
2265
2266 2001-06-23  The LyX Project  <Asger>
2267
2268         * Clean-up of header file includes all over
2269         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
2270         
2271 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2272
2273         * paragraph.h: renamed from lyxparagraph.h
2274
2275 2001-06-23  Asger  <lyx@violet.home.sad.it>
2276
2277         * Buffer.h: Removed Buffer::resize
2278         * BufferList.h: Removed BufferList::resize
2279         * LyXView.h: Added LyXView::resize. This way, we will only reflow 
2280         the document lazily when we change the width, or the font settings.
2281
2282 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
2283
2284         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
2285
2286 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
2287
2288         * buffer.h: remove out of date comment
2289
2290 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
2291
2292         * lyxscreen.h:
2293         * screen.C: fix "theoretical" GC leak
2294  
2295 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2296
2297         * LaTeX.C (scanAuxFile):
2298         (deplog): remove trailing \r when reading stream (useful under
2299         win32)  
2300
2301 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
2302
2303         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
2304         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
2305         and BufferView::theLockingInset(Inset*), so should use them and not
2306         access bv_->text->the_locking_inset directly.
2307
2308         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
2309
2310 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
2311
2312         * Makefile.am:
2313         * tex-defs.h: remove old unused file
2314          
2315 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
2316
2317         * BufferView_pimpl.C: fix typo, remove minibuffer message
2318           when buffer has loaded
2319
2320 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2321
2322         * lyxfunc.C (Dispatch): use stringstream
2323         (MenuNew): use stringstream
2324         (Open): use stringstream
2325
2326         * importer.C (Import): use stringstream
2327
2328         * bufferview_funcs.C (CurrentState): use stringstream
2329
2330         * LaTeX.C (run): use stringstream
2331
2332         * BufferView_pimpl.C (savePosition): use stringstream
2333         (restorePosition): use stringstream
2334         (MenuInsertLyXFile): use stringstream
2335
2336 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
2337
2338         * BufferView.C:
2339         * Bullet.C:
2340         * ColorHandler.C:
2341         * FontInfo.C:
2342         * FontLoader.C:
2343         * LColor.C:
2344         * LaTeXFeatures.C:
2345         * Painter.C:
2346         * gettext.C:
2347         * lyx_gui_misc.C:
2348         * lyxserver.C:
2349         * vspace.C: removed // -*- C++ -*- as first line.
2350
2351         * lyxfind.h:
2352         * version.h: added // -*- C++ -*- as first line.
2353
2354 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2355
2356         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
2357
2358         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
2359         of string
2360
2361 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2362
2363         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
2364         of floats.
2365
2366 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2367
2368         * gettext.C: include LString.h even when --disable-nls is on. 
2369
2370 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
2371
2372         * converter.h (Get): changed argument type from int to
2373         FormatList::size_type to avoid unnecessary conversion.
2374
2375         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
2376         before using it.
2377
2378 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2379
2380         * gettext.h: include LString.h even when --disable-nls is on. 
2381
2382 2001-06-07  Juergen Vigna  <jug@sad.it>
2383
2384         * text.C (BreakAgain): subst spaces with tabs.
2385
2386         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
2387         (resizeInsetsLyXText): set force on resizeLyXText.
2388
2389 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2390
2391         * gettext.h (gettext_init): 
2392         (locale_init): use a real definition instead of a macro
2393
2394 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
2395
2396         * Bufferview_pimpl.C:
2397         * LColor.h:
2398         * LColor.C: further lcolor tidies
2399
2400 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2401
2402         * BufferView_pimpl.C (updateScrollbar): simplify.
2403
2404         * BufferView2.C: don't include insets/insetinfo.h, change
2405         prototype for insertInset and call the Pimpl version. let
2406         updateInset call Pimpl version.
2407
2408         * BufferView.h: move inset_slept to BufferView::Pimpl, move
2409         gotoInset to BufferView::Pimpl
2410
2411 2001-06-01  Juergen Vigna  <jug@sad.it>
2412
2413         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
2414         inside a LockingInset (is the update needed at all?).
2415
2416 2001-05-31  Juergen Vigna  <jug@sad.it>
2417
2418         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
2419         here not the old one otherwise how should we compare it afterwards
2420         if it's the same!
2421
2422 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2423
2424         * lyxfont.C: 
2425         * tabular.C:
2426         * tabular-old.C: 
2427         * FontInfo.C: bring C functions into global namespace when
2428         necessary
2429
2430 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2431
2432         * LString.h: make sure config.h has been loaded before LString.h.
2433
2434         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
2435         (one for each char read by EatLine!).
2436
2437         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
2438         variables. 
2439
2440 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2441
2442         * paragraph.C (BreakParagraph): set the inset_owner in the new par
2443         to the same as the par we break from
2444
2445 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2446
2447         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
2448
2449         * MenuBackend.C (expand): also create menu entries for wide
2450         versions of the floats.
2451
2452         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
2453
2454         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
2455
2456         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
2457         frontends/Makefile.am
2458
2459         * text2.C: adjust
2460         * text.C: adjust
2461         
2462
2463         * tabular.C (getTokenValue): add std::
2464
2465         * tabular-old.C (getTokenValue): add std::
2466         (getTokenValue): ditto
2467         (getTokenValue): ditto
2468
2469         * screen.C (ToggleSelection): adjust
2470
2471         * lyxtext.h: put selection cursors inside a Selection struct.
2472
2473         * lyxfunc.C (moveCursorUpdate): adjust
2474
2475         * lyxfont.C (latexWriteStartChanges): add std::
2476
2477         * lyxfind.C: adjust
2478
2479         * font.h: delete with(char const *, LyXFont const &)
2480
2481         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
2482
2483         * FontInfo.C (getFontname): add std::
2484
2485         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2486         (workAreaButtonPress): adjust
2487         (tripleClick): adjust
2488         (update): adjust
2489         (moveCursorUpdate): adjust
2490         (Dispatch): adjust
2491
2492         * BufferView2.C (gotoInset): adjust
2493
2494 2001-05-30  Juergen Vigna  <jug@sad.it>
2495
2496         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
2497         to check pspell I add this as default as I now have new pspell
2498         libraries and they seem to use this.
2499
2500 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2501
2502         * text2.C (CutSelection): make the cursor valid before the call to
2503         ClearSelection.
2504
2505 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2506
2507         * kbsequence.C (parse): de-uglify a bit the parsing code, which
2508         relied on 0 terminated strings and other horrors. Bug found due to
2509         the new assert in lyxstring!
2510
2511         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
2512         KP_ keys.
2513
2514 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2515
2516         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
2517         to latinkeys.bind.
2518
2519         * lyxfunc.C (processKeySym): change method of getting to the
2520         self-insert char.
2521
2522         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
2523         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
2524         * BufferView_pimpl.[Ch]: here as private methods.
2525
2526 2001-05-28  Juergen Vigna  <jug@sad.it>
2527
2528         * text.C (SetHeightOfRow): added the update() call again as it is
2529         needed to initialize inset dimensions!
2530
2531 2001-05-16  Juergen Vigna  <jug@sad.it>
2532
2533         * text2.C (SetCharFont): Add new function with BufferView * and
2534         bool toggleall parameters for setting insets internal fonts.
2535         (SetFont): Freeze the undo as we may change fonts in Insets and
2536         all this change should be inside only one Undo!
2537
2538         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
2539         setting font's in insets as for them we have the SetFont function!
2540
2541 2001-05-15  Juergen Vigna  <jug@sad.it>
2542
2543         * text2.C (ClearSelection): to be sure we REALLY don't have any
2544         selection anymore!
2545
2546         * tabular.C (TeXCellPreamble): fixed the left border problem for
2547         multicolumn cells.
2548
2549 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
2550
2551         * LaTeX.C (deplog): Make sure that the main .tex file is in the
2552         dependancy file
2553
2554 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2555
2556         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
2557         LFUN_BREAKPARAGRAPH.
2558
2559         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
2560         help test to "internal only", similar for LFUN_INSERT_URL
2561
2562         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
2563         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
2564         auto_region_delete and deadkeys. 
2565
2566 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
2567
2568         * LColor.h:
2569         * LColor.C: remove some dead entries, tidy a little
2570  
2571 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2572
2573         * lyxfunc.C (processKeySym): comment the Escape handling, remove
2574         commented code.
2575         (Dispatch): implement LFUN_ESCAPE
2576
2577         * commandtags.h: add LFUN_ESCAPE
2578
2579         * LyXAction.C (init): add entry for LFUN_ESCAPE
2580
2581         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
2582         Remove commented code.
2583         (insertNote): moved here
2584         (open_new_inset): moved here
2585
2586         * BufferView[2].[Ch]: move insertNote and open_new_inset to
2587         BufferView_pimpl
2588
2589 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2590
2591         * kbmap.C (findbinding): clean it up and make it work correctly.
2592
2593         * lyx_main.C (init): do not pass argc and argv as parameters
2594
2595 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
2596
2597         * buffer.C: fix path for OS/2 & Win32
2598
2599         * lyx_gui.C:
2600         * lyx_main:
2601         * lyx_main.C: Added os:: class.
2602         
2603         * os2_defines.h: update
2604
2605 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2606
2607         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
2608         better by trying again with reduced state.
2609
2610 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2611
2612         * lyxrc.C (read): print error about invalid key sequence only when
2613         debugging (because not all latinX keysyms are known to some X
2614         servers)
2615
2616         * kbsequence.C (getiso): add a few std:: qualifiers
2617         (getiso): comment out extra return statement.
2618
2619 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2620
2621         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
2622         handling.
2623         (Dispatch): enhance the accent inset a bit. (not perfect)
2624
2625 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2626
2627         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
2628
2629 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2630
2631         * bufferlist.C (emergencyWrite): fix assert() call
2632
2633 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
2634
2635         * text.C (InsertChar): Added trivial patch to only send the "you
2636         can not do multiple spaces this way" message once during a
2637         session.
2638
2639 2001-05-08  Baruch Even  <baruch@lyx.org>
2640
2641         * Makefile.am: Changed order of libraries to get LyX to link properly
2642         with the gnome frontend.
2643
2644 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2645
2646         * LaTeXFeatures.h: add a std:: qualifier
2647
2648 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2649
2650         * paragraph.C (String): use stringstream
2651
2652 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2653
2654         * paragraph.C (writeFile): remove footflag arg
2655
2656         * buffer.C (makeLaTeXFile): use stringstream
2657         (latexParagraphs): remove footnot gurba
2658
2659         * LaTeXFeatures.C (getPackages): use stringstream
2660         (getMacros): likewise
2661         (getTClassPreamble): likewise
2662         (getFloatDefinitions): new method
2663
2664         * paragraph.C (writeFile): reindent
2665         (Erase): reindent
2666
2667         * WorkArea.h: revert the xpos + etc changes.
2668
2669         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
2670
2671         * lyxparagraph.[Ch]: add copy constructor, remove Clone
2672
2673         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
2674         (pasteSelection): likewise
2675         * text2.C (CreateUndo): likewise
2676
2677 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2678
2679         * minibuffer.C (peek_event): temporarily reduce the functionality
2680         of the minibuffer (to allow args on lfuns)
2681
2682         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
2683         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
2684
2685         * buffer.C (readInset): add compability reading of old float
2686         lists, add reading of new style float list.
2687         (readInset): avoid reevaluation of inscmd.getCmdName()
2688         (getLists): reindent
2689
2690         * MenuBackend.C (MenuItem): implement parsing of
2691         md_floatlistinsert and md_floatinsert.
2692         (expand::LastFiles): move initalizaton of iterators out of loop,
2693         avoid reevaluation.
2694         (expand::Documents): introduce typdedef vector<string> Strings,
2695         and use it. 
2696         (expand::ExportFormats): introduce typedef vector<Format const *>
2697         Formats, and use it.
2698         (expand): implement FloatListInsert and FloatInsert.
2699
2700         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
2701         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
2702         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
2703
2704         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
2705         handling. 
2706         (Dispatch::LFUN_FLOAT_LIST): implement
2707
2708 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
2709  
2710         * LaTeX.C (run): Fix problem with --export code.
2711  
2712 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2713
2714         * BufferView.[Ch] (workarea): removed.
2715         (getClipboard) new method; wrapper for workarea()->getClipboard()
2716
2717         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
2718         bug.
2719
2720         * WorkArea.h (width, height, xpos, ypos): These methods all
2721         returned the dimensions of the work_area sub-area of WorkArea,
2722         resulting in a position error if the WorkArea were resized. Now
2723         return the dimensions of the entire WorkArea.
2724
2725         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
2726
2727 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2728
2729         * LaTeX.C (deplog): correct the syntax of regex reg1
2730
2731 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2732
2733         * undo.C: remove !NEW_INSETS cruft
2734
2735 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2736
2737         * text2.C: remove !NEW_INSETS cruft
2738
2739         * text.C: remove !NEW_INSETS cruft
2740
2741         * tabular.C: remove !NEW_INSETS cruft
2742
2743         * spellchecker.C: remove !NEW_INSETS cruft
2744
2745         * lyxtext.h: remove !NEW_INSETS cruft
2746
2747         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
2748
2749         * lyxfunc.C: remove !NEW_INSETS cruft
2750
2751         * lyxfind.C: remove !NEW_INSETS cruft
2752
2753         * lyx_cb.C: remove !NEW_INSETS cruft
2754
2755         * figureForm.C: remove  !NEW_INSETS cruft
2756
2757         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
2758
2759         * buffer.[Ch]: remove !NEW_INSETS cruft
2760
2761         * ToolbarDefaults.C: remove !NEW_INSETS cruft
2762
2763         * CutAndPaste.C: remove !NEW_INSETS cruft
2764
2765         * BufferView_pimpl.C: remove !NEW_INSETS cruft
2766
2767         * BufferView2.C: remove !NEW_INSETS cruft
2768
2769         * BufferView.h: remove !NEW_INSETS cruft
2770
2771 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2772
2773         * Lsstream.h: include LString.h before the sstream headers to
2774         fix problem with gcc 2.95.3 and lyxstring
2775
2776 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2777
2778         * lyx_main.C: add using directives when needed for C functions
2779         declared in std:: namespace.
2780
2781 2001-04-27  Juergen Vigna  <jug@sad.it>
2782
2783         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
2784         (SetHeightOfRow): comment out the update call should not be needed!
2785
2786 2001-04-13  Juergen Vigna  <jug@sad.it>
2787
2788         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
2789         (LyXTabular): tried to minimize operator= operations (and realized
2790         hopfully Lars wish).
2791
2792 2001-04-27  Juergen Vigna  <jug@sad.it>
2793
2794         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
2795
2796 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2797
2798         * lyxfunc.C (Dispatch): hack to make listof algorithm work
2799
2800         * buffer.C (readInset): hack to make listof algorithm work
2801
2802         * BufferView_pimpl.C: hack to make listof algorithm work
2803
2804 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2805
2806         * LyXAction.C: removed all !NEW_INSETS cruft
2807         (init): moved lfun_item in method
2808
2809         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
2810
2811 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2812
2813         * BufferView2.C (theLockingInset): white space.
2814
2815 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2816
2817         * minibuffer.C: include <iostream>
2818
2819         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
2820
2821         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
2822
2823         * commandtags.h: add LFUN_TRANSPOSE_CHARS
2824
2825         * text.[Ch] (TransposeChars): new method
2826
2827 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2828
2829         * call message directly through LyXView instead of through LyXFunc
2830         * BufferView2.C: adjust
2831         * BufferView_pimpl.C: adjust
2832         * FontLoader.C: adjust
2833         * buffer.C: adjust
2834         * bufferview_funcs.C: adjust
2835         * converter.C: adjust
2836         * figureForm.C: adjust
2837         * importer.C: adjust
2838         * lyx_cb.C: adjust
2839         * lyx_gui_misc.C: adjust
2840         * lyxfunc.C: adjust
2841         * lyxvc.C: adjust
2842         * text2.C: adjust
2843         + more files in subdirs
2844         
2845         * lyxparagraph.h (size): move up int file
2846         (GetLayout): ditto
2847
2848         * adjust all uses of Assert to lyx::Assert.
2849
2850         * BufferView2.C (ChangeCitationsIfUnique): adjust for
2851         lyxfunctional in namespace lyx
2852         * layout.C (hasLayout): ditto
2853         (GetLayout): ditto
2854         (GetLayout): ditto
2855         (delete_layout): ditto
2856         (NumberOfClass): ditto
2857         * converter.C (GetFormat): ditto
2858         (GetNumber): ditto
2859         (Add): ditto
2860         (Delete): ditto
2861         (SetViewer): ditto
2862         * bufferlist.C (getFileNames): ditto
2863         (emergencyWriteAll): ditto
2864         (exists): ditto
2865         (getBuffer): ditto
2866         * MenuBackend.C (hasSubmenu): ditto
2867         (hasMenu): ditto
2868         (getMenu): ditto
2869         * BufferView_pimpl.C (getInsetByCode): ditto
2870
2871 2001-04-18  Juergen Vigna  <jug@sad.it>
2872
2873         * vspace.C (asLatexString): fixed the 100% problem.
2874
2875 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2876
2877         * lyxfunc.C (Dispatch): 
2878         * minibuffer.C: 
2879         * minibuffer.h: add a few std:: qualifiers
2880
2881 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2882
2883         * minibuffer.[Ch]: reimplement so that commands is initiated and
2884         run from lyxfunc, simplified som handling, and made the completion
2885         and history code for complete. wip. 
2886
2887         * lyxfunc.C (processKeySym): call message
2888         (miniDispatch): new temporary method
2889         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
2890         (LFUN_MESSAGE): implement
2891         (LFUN_MESSAGE_PUSH): implement
2892         (LFUN_MESSAGE_POP): implement
2893         (initMiniBuffer): the initial/defualt minibuffer message.
2894
2895         * lyxfont.[Ch]: inline some more getters
2896
2897         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
2898
2899         * lyx_gui_misc.[Ch] (WriteStatus): remove method 
2900
2901         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
2902         (AutoSave): use LFUN_MESSAGE
2903         (Reconfigure): ditto
2904
2905         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
2906
2907         * figureForm.C: use LFUN_MESSAGE
2908
2909         * converter.C (runLaTeX): use LFUN_MESSAGE
2910
2911         * bufferview_funcs.C: use LFUN_MESSAGE
2912         (Melt): ditto
2913         (changeDepth): ditto
2914
2915         * bufferparams.h: use boost::
2916
2917         * bufferlist.h: inherit privately from noncopyable
2918
2919         * bufferlist.C (loadLyXFile): remove some commented code.
2920
2921         * buffer.C (runChktex): use LFUN_MESSAGE
2922
2923         * ShareContainer.h: inherit privately from noncopyable
2924
2925         * ParagraphParameters.[hC] (depth): inline it.
2926
2927         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
2928         methods.
2929         (message): new method
2930         (messagePush): ditto
2931         (messagePop): ditto
2932         (show): init minibuffer
2933         (showState): direct call
2934
2935         * LaTeX.[Ch]: inherit privately from noncopyable
2936         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
2937         instead of WriteStatus.
2938
2939         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
2940
2941         * BufferView_pimpl.C (buffer): don't init minibuffer
2942         (workAreaButtonPress): use LFUN_MESSAGE
2943         (workAreaButtonRelease): ditto
2944         (savePosition): ditto
2945         (restorePosition): ditto
2946         (MenuInsertLyXFile): ditto
2947         (workAreaExpose): don't init minibuffer
2948         (update): remove commented code, simplify
2949
2950         * BufferView2.C (openStuff): use LFUN_MESSAGE
2951         (toggleFloat): ditto
2952         (menuUndo): ditto
2953         (menuRedo): ditto
2954         (copyEnvironment): ditto
2955         (pasteEnvironment): ditto
2956         (copy): ditto
2957         (cut): ditto
2958         (paste): ditto
2959         (gotoInset): ditto
2960         (updateInset): remove some commented code
2961
2962         * lastfiles.h: inherit privately from noncopyable
2963         * layout.h: ditto
2964         * lyx_gui.h: ditto
2965         * lyx_main.h: ditto
2966         * lyxlex.h: ditto
2967         * lyxlex_pimpl.h: ditto
2968
2969         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
2970         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
2971         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
2972
2973         * LyXAction.h: inherit privately from noncopyable, add methods
2974         func_begin, func_end, returning iterators to the func map.
2975
2976         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
2977         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
2978         (func_begin): new method
2979         (func_end): new method
2980
2981         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
2982         and not)
2983         (copySelection): ditto
2984         (pasteSelection): ditto
2985
2986         * BufferView.C: whitespace change
2987         * BufferView.h: inherit privately from noncopyable
2988
2989 2001-04-16  Allan Rae  <rae@lyx.org>
2990
2991         * tabular-old.C (l_getline): 
2992         * spellchecker.C (sc_check_word): 
2993         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
2994         an unrecognised preprocessor directive.  So ensure they're wrapped. 
2995
2996 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
2997
2998         * src/exporter.C (Export): Give an error message when path to file 
2999         contains spaces.
3000
3001 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
3002
3003         * LaTeX.C (deplog): Always check that foundfile exists.
3004
3005 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3006
3007         * lyx_main.h: 
3008         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
3009
3010 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3011
3012         * tabular.[Ch] (getLabelList): implement new method
3013
3014         * minibuffer.h: comment ouf setTiimer
3015
3016         * minibuffer.C (ExecutingCB): constify res
3017         (peek_event): constify s
3018         (Set): constify ntext
3019         (Init): constify nicename
3020
3021         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
3022
3023         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
3024         (savePosition): use two params to Minibuffer::Set
3025         (restorePosition): ditto
3026
3027 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3028
3029         * lyx_main.C: include language.h
3030
3031         * Makefile.am (lyx_main.o): add language.h
3032
3033 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3034
3035         * exporter.C: 
3036         * paragraph.C: 
3037         * screen.C: 
3038         * tabular.C: 
3039         * CutAndPaste.C: include gettext.h
3040
3041         * lyxfont.h: remove old hack with ON and OFF.
3042
3043         * lyxparagraph.h: 
3044         * lyxfont.h: do not include language.h...
3045
3046         * BufferView2.C: 
3047         * LaTeXFeatures.C: 
3048         * Painter.C: 
3049         * bufferview_funcs.C: 
3050         * font.C: 
3051         * lyxfont.C: 
3052         * text.C: 
3053         * text2.C: 
3054         * trans_mgr.C: 
3055         * paragraph.C: ... but do it here instead
3056
3057 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3058
3059         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
3060
3061         * tabular.C: small reformat
3062
3063         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
3064         NEW_INSETS version
3065         (GetChar): ditto
3066         (BreakParagraph): ditto
3067         (SetOnlyLayout): ditto
3068         (SetLayout): ditto
3069
3070         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
3071         with one arg less.
3072
3073         * lastfiles.C: removed most using decl, add std:: where needed
3074
3075         * buffer.C: ws changes
3076
3077         * MenuBackend.C (class compare_format): put into anon namespace
3078         (expand): constify label, names, action, action2
3079         (expand): 
3080
3081         * text.C (SingleWidth): constify font
3082         (IsBoundary): constify rtl2
3083         (GetVisibleRow): constify ww
3084
3085         * LaTeX.C (deplog): constify logfile
3086
3087         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
3088         start_x, end_x
3089         (workAreaExpose): constify widthChange, heightChange
3090
3091         * lyxrow.C (par): moved
3092         (height): moved
3093         (next): moved
3094         * lyxrow.h: as inlines here
3095
3096         * lyxfont.h (shape): moved from lyxfont.C
3097         (emph): moved from lyxfont.C
3098
3099         * lyxfont.C (LyXFont): use initialization list for all
3100         constructors
3101         (shape): move to lyxfont.h as inline
3102         (emph): move to lyxfont.h as inline
3103         
3104
3105 2001-04-04  Juergen Vigna  <jug@sad.it>
3106
3107         * vspace.C: had to include stdio.h for use of sscanf
3108
3109 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
3110
3111         * BufferView.h: 
3112         * BufferView_pimpl.h: remove xforms cruft. Both classes are
3113         independent of xforms.
3114
3115 2001-04-02  Juergen Vigna  <jug@sad.it>
3116
3117         * spellchecker.C: fixed namespace placing!
3118
3119 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
3120
3121         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
3122         the LyXParagraph * is 0.
3123
3124 2001-03-29  Juergen Vigna  <jug@sad.it>
3125
3126         * vspace.C: added support for %, c%, p%, l%.
3127         (stringFromUnit): added helper function.
3128         (asLatexString): changed to give right results for the %-values.
3129
3130         * buffer.C: convert the widthp in a width%.
3131
3132 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
3133
3134         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
3135         figureForm.[Ch].
3136
3137         * figureForm.[Ch]: stripped the FD_from_figure manipulation
3138         code out of lux_cb.[Ch], ready for its (imminent?) removal.
3139
3140         * lyx_cb.[Ch]: see above.
3141
3142         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
3143         form1.[Ch].
3144
3145         * form1.[Ch]:
3146         * lyx.[Ch]: replaced by figure_form.[Ch].
3147
3148         * lyx_gui.C:
3149         * lyx_gui_misc.C:
3150         * lyxfunc.C: changed headers associated with above changes.
3151
3152 2001-03-27  Juergen Vigna  <jug@sad.it>
3153
3154         * BufferView_pimpl.C: set the temporary cursor right!
3155
3156 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
3157
3158         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
3159
3160 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
3161
3162         * LString.h: removed "using std::getline"!
3163
3164         * BufferView_pimpl.C (Dispatch): changes due to changes in
3165         InsetInclude::Params.
3166
3167         * buffer.C (tag_name): removed redundant break statements as they were
3168         producing lots of warnings with my compiler.
3169
3170 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3171
3172         * LString.h: add "using std::getline" when using the real <string>.
3173
3174 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
3175
3176         * buffer.C: removed bitset usage.
3177         PAR_TAG moved to an anonymous name space.
3178         (tag_name): new funtion, also in the anonymous namespace.
3179         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
3180         (makeDocBookFile): clean code. Completed transition from string arrays
3181         to string vectors.
3182         (SimpleDocBookOnePar): code clean.
3183
3184 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3185
3186         * tabular.C: add some comments.
3187
3188 2001-03-22  Juergen Vigna  <jug@sad.it>
3189
3190         * buffer.C (parseSingleLyXformat2Token): redone the minipage
3191         compatibility read a bit and fixed bug with minipage in different
3192         depth.
3193
3194 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
3195
3196         * buffer.C (pop_tag): removed.
3197         (push_tag): removed.
3198         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
3199         array replaced with vector. Added support for CDATA sections.
3200         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
3201         at any nest level.
3202         (makeDocBookFile): XML conformant declaration of CDATA section,
3203         fixed bug related to <emphasis> in the first paragraph char.
3204         (sgmlOpenTag): exclude empty tags.
3205         (sgmlCloseTag): ditto.
3206         
3207         * buffer.h (pop_tag): removed.
3208         (push_tag): removed.
3209
3210 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
3211
3212         * language.h (Languages): added size_type and size().
3213
3214 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3215
3216         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
3217         response on compability reading of minipages. One probliem is that
3218         the old usage of minipages was «flertydig» 
3219
3220         * several files here and in subdirs: don't use static at file
3221         scope use anon namespaces instead.
3222
3223 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
3224
3225         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
3226         LaTeX output. This is necessary for Literate document
3227         processing.
3228
3229 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3230
3231         * buffer.C: insert hfill when needed.
3232
3233         * tabular.C (l_getline): use string::erase, small whitespace change.
3234
3235         * BufferView_pimpl.C: try the anon namespace.
3236         * WorkArea.C: ditto
3237
3238 2001-03-16  Juergen Vigna  <jug@sad.it>
3239
3240         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
3241         otherwise it won't open options-dialogs.
3242
3243         * buffer.C: honor pextraWidth(p) on converting minipages.
3244
3245         * tabular.C (l_getline): changed the functions to strip trailing \r.
3246
3247 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
3248
3249         * BufferView_pimpl.C:
3250         * minibuffer..C: added "using SigC::slot" declaration.
3251
3252 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3253
3254         * lyxlex_pimpl.h: noncopyable is in namespace boost.
3255
3256         * text2.C: ditto
3257
3258         * text.C: ditto
3259
3260         * paragraph.C: ditto
3261
3262         * lyxtext.h: NO_PEXTRA
3263
3264         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
3265
3266         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
3267         * ParameterStruct.h: ditto
3268         * ParagraphParameters.h: ditto 
3269         * lyxparagraph.h: ditto
3270
3271 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3272
3273         * buffer.C: add compability for minipage alignment.
3274         (latexParagraphs): remove unwanted pextra check.
3275
3276         * several files: remove CXX_WORKING_NAMESPACES
3277
3278         * buffer.C (pop_tag): tie is in namespace boost
3279
3280         * BufferView.h: noncopyable is in namespace boost
3281         * lyxlex.h: ditto
3282         * lyx_main.h: ditto
3283         * lyx_gui.h: ditto
3284         * layout.h: ditto
3285         * lastfiles.h: ditto
3286         * bufferlist.h: ditto
3287         * ShareContainer.h: ditto
3288         * LyXView.h: ditto
3289         * LyXAction.h: ditto
3290         * LaTeX.h: ditto
3291
3292 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
3293
3294         * Merging changes from BRANCH_MVC back into HEAD.
3295
3296         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
3297
3298 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
3299
3300         * BufferView_pimpl.C: change from intl.C
3301
3302         * combox.h:
3303         * combox.C:
3304         * Makefile.am: move combox.*
3305
3306         * form1.h:
3307         * form1.C:
3308         * lyx_gui.C:
3309         * intl.h:
3310         * intl.C: remove dialog (covered by prefs)
3311
3312 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
3313
3314         * lyxfunc.C (Dispatch): removed redundant break statement.
3315         
3316 2001-03-14  Juergen Vigna  <jug@sad.it>
3317
3318         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
3319
3320 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3321
3322         * buffer.C: add hack to fix compability reading of minipages.
3323
3324 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
3325
3326         * buffer.C (getLists): Cleanup.
3327
3328 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3329
3330         * lyxfont.C (update): don't honor toggleall on font size.
3331
3332 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
3333
3334         * bmtable.c:
3335         * bmtable.h:
3336         * Makefile.am: moved to frontends/xforms/
3337
3338         * lyx_gui_misc.C:
3339         * lyxfunc.C:
3340         * BufferView_pimpl.C: changes for moved mathpanel
3341
3342 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
3343
3344         * gettext.h: fix gettext_init() in --disable-nls
3345
3346 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3347
3348         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
3349
3350 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
3351
3352         * lyx.C:
3353         * lyx.h: strip external form
3354
3355 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
3356
3357         * BufferView_pimpl.C: add comment, destroySplash()
3358
3359 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
3360
3361         * BufferView_pimpl.C:
3362         * LyXAction.C:
3363         * buffer.C:
3364         * commandtags.h:
3365         * lyxfunc.C: use re-worked insetinclude
3366
3367 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3368
3369         * buffer.C: add using std::stringstream.
3370
3371         * lyx_cb.C: readd using std::ios.
3372
3373         * buffer.C: add using std::map.
3374
3375         * BufferView_pimpl.C: add using std::vector.
3376
3377         * ShareContainer.h: add std:: to swap.
3378
3379         * buffer.h: add some typedefs
3380         * buffer.C (getLists): use them
3381         (getLists): renamed from getTocList.
3382         add a counter for the different float types and use it in the
3383         generated string.
3384         (getLists): use the same counter for the NEW_INSETS and the "non"
3385         NEW_INSETS
3386
3387         * lyx_cb.h: remove unused items, includes, using etc.
3388
3389         * ShareContainer.h: remove some commented code, add more comments
3390         and "documentation".
3391
3392 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3393
3394         * buffer.C (getTocList): make the list also when NEW_INSETS is
3395         defined.
3396
3397         * buffer.h: remove TocType
3398
3399         * buffer.C (getTocList): change to return a map<string,
3400         vector<TocItem> >, implement for dynamic number of list.
3401
3402         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
3403         * text2.C (PasteSelection): adjust
3404         * CutAndPaste.C (pasteSelection): adjust
3405
3406         * FloatList.C (FloatList): update from the new_insets branch.
3407         * Floating.[Ch]: ditto
3408         * LaTeXFeatures.C: ditto
3409         * buffer.C: ditto
3410         * lyxlex_pimpl.C: ditto
3411         
3412         * paragraph.C (Last): remove when NEW_INSETS is defined.
3413
3414         * other file: changes because of the above.
3415
3416 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3417
3418         * lyxparagraph.h: rename next to next_, previous to previous_,
3419         make them private for NEW_INSETS. Rename Next() to next(),
3420         Previous() to previous().
3421
3422         * other files: changes because of the above.
3423
3424 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
3425
3426         * BufferView.h: 
3427         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
3428         problem.
3429
3430 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3431
3432         * main.C (main): pass lyx_localedir to gettext_init().
3433
3434         * gettext.h: remove locale_init and gettext_init macros
3435
3436         * gettext.C (locale_init): new function
3437         (gettext_init): new function
3438
3439         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
3440         setlocale().
3441
3442 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
3443
3444         * Moved credits to frontends:
3445         * credits.[Ch]: removed
3446         * credits_form.[Ch]: removed
3447         * lyx_gui_misc.C: remove credits stuff
3448         * Makefile.am:
3449
3450 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3451
3452         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
3453
3454         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
3455         unneeded destructor.
3456
3457         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
3458         a standalone pointer again.
3459
3460         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
3461
3462 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
3463
3464         * Makefile.am:
3465         * filedlg.h:
3466         * filedlg.C:
3467         * LyXAction.C:
3468         * ToolbarDefaults.C:
3469         * bufferlist.C:
3470         * commandtags.h:
3471         * form1.C:
3472         * form1.h:
3473         * lyx_cb.C:
3474         * lyx_cb.h:
3475         * lyxfunc.h:
3476         * lyxfunc.C:
3477         * BufferView_pimpl.C: use new file dialog in GUII
3478
3479         * lyx_cb.h:
3480         * lyx_cb.C: remove LayoutsCB to Toolbar
3481
3482 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3483
3484         * ShareContainer.h (get): add std:: qualifier
3485
3486 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3487
3488         * ShareContainer.h: define a proper ShareContainer::value_type
3489         type (and use typename to please compaq cxx)
3490
3491 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3492
3493         * lyxparagraph.h: move serveral local vars to
3494         ParameterStruct/ParagraphParameters., use ShareContainer in
3495         FontTable., make vars in FontTable private and add getter and
3496         setter.
3497
3498         * paragraph.C: changes because of the above.
3499
3500         * lyxfont.h: remove copy constructor and copy assignment. (the
3501         default ones is ok), move number inside FontBits. move inlines to
3502         lyxfont.C 
3503
3504         * lyxfont.C: add number to initializaton of statics, move several
3505         inlines here. constify several local vars. some whitespace
3506         cleanup. Dont hide outerscope variables.
3507
3508         * Spacing.h: add two new constructors to match the set methods.
3509
3510         * ShareContainer.h: new file, will perhaps be moved to support
3511
3512         * ParameterStruct.h: new file
3513
3514         * ParagraphParameters.h: new file
3515
3516         * ParagraphParameters.C: new file
3517
3518         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
3519         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
3520
3521         * BufferView_pimpl.C: ParagraphParameter changes.
3522         * buffer.C: Likewise.
3523         * bufferview_funcs.C: Likewise.
3524         * text.C: Likewise.
3525         * text2.C: Likewise.
3526         
3527 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3528
3529         * lyxfind.C (LyXReplace): do not redefine default argument in
3530         implementation. 
3531         (IsStringInText): ditto
3532         (SearchForward): ditto
3533         (SearchBackward): ditto
3534
3535 2001-03-06  Juergen Vigna  <jug@sad.it>
3536
3537         * lyxfind.C (IsStringInText): put parentes around expressions.
3538
3539 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
3540
3541         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
3542         
3543 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
3544
3545         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
3546
3547         * stl_string_fwd.h: add comment
3548
3549         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
3550
3551         * tabular.h:
3552         * tabular.C: remove unused DocBook methods
3553
3554         * intl.C:
3555         * language.C:
3556         * paragraph.C:
3557         * buffer.C:
3558         killed DO_USE_DEFAULT_LANGUAGE
3559
3560 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3561
3562         * lyx_gui.C: do not include language.h.
3563
3564         * bufferview_funcs.C (ToggleAndShow): do not provide optional
3565         arguments in function implementation.
3566
3567 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3568
3569         * BufferView_pimpl.C: add <ctime>
3570
3571 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3572
3573         * BufferView_pimpl.C: add using std::find_if
3574
3575 2001-02-27  José Matos  <jamatos@fep.up.pt>
3576         
3577         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
3578         by OnlyPath.
3579         
3580 2001-02-11  José Matos  <jamatos@fep.up.pt>
3581
3582         * buffer.C (makeDocBookFile): command styles now have a parameter as
3583         "title" by default.
3584
3585 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
3586
3587         * layout_forms.[Ch]: removed
3588         * lyx_cb.[Ch]: out character
3589         * lyx_gui.C: out character
3590         * lyx_gui_misc.C: out character
3591         * bufferview_funcs.C: : out character,
3592         added toggleall as parameter in ToggleAndShow
3593                    
3594 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
3595
3596         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
3597
3598         * text2.C (SetCurrentFont): Disable number property at boundary.
3599
3600 2001-02-26  Juergen Vigna  <jug@sad.it>
3601
3602         * lyxfunc.C (getStatus): added a string argument override function so
3603         that this is correctly called from LyXFunc::Dispatch if it contains a
3604         do_not_use_argument which is used!
3605         (Dispatch): added check for "custom" export and call appropriate func.
3606
3607 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
3608
3609         * lyxrc.C: Add language_command_local, language_use_babel and
3610         language_global_options.
3611
3612         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
3613
3614         * buffer.C (makeLaTeXFile): Use language_use_babel and 
3615         language_global_options.
3616
3617 2001-02-23  Juergen Vigna  <jug@sad.it>
3618
3619         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
3620         which works with LyXText and putted it inside BufferView. Here now we
3621         only call for that part the BufferView::Dispatch() function.
3622
3623         * BufferView.C (Dispatch): added.
3624
3625         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
3626         functions which needs to use a LyXText over from LyXFunc.
3627         (MenuInsertLyXFile): added
3628         (getInsetByCode): added
3629         (moveCursorUpdate): added
3630         (static TEXT): added
3631
3632 2001-02-22  Juergen Vigna  <jug@sad.it>
3633
3634         * BufferView_pimpl.C (update): call a status update to see if LyXText
3635         needs it.
3636
3637 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3638
3639         * vc-backend.C (revert): implement for CVS
3640         (getLog): implement for CVS
3641
3642 2001-02-20  Juergen Vigna  <jug@sad.it>
3643
3644         * text2.C (ClearSelection): added BufferView param for inset_owner call
3645
3646         * lyxfunc.C (TEXT): added this function and use it instead of
3647         directly owner->view()-text of getLyXText().
3648
3649 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
3650
3651         * src/layout_forms.C: out preamble
3652         * src/layout_forms.h: out preamble
3653         * src/lyx_cb.C: out preamble
3654         * src/lyx_cb.h: out preamble
3655         * src/lyx_gui.C: out preamble
3656         * src/lyx_gui_misc.C: out preamble
3657         * src/lyxfunc.C: connect with guii preamble
3658
3659 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
3660
3661         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
3662
3663 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
3664
3665         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
3666         whether to run bibtex.
3667
3668 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
3669
3670         * Makefile.am (lyx_SOURCES): Remove BackStack.h
3671
3672 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
3673
3674         * Makefile.am (lyx_SOURCES): removed bibforms.h
3675
3676         * vspace.h: doxygen
3677
3678         * text.C (GetVisibleRow): make several local vars const
3679
3680         * tabular.C: small cleanup.
3681
3682         * lyxserver.C (callback): use compare instead of strncmp
3683
3684         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
3685         inlines to after class or to paragraph.C
3686
3687         * lyxfont.h: remove friend operator!=
3688
3689         * converter.h: move friend bool operator< to non friend and after
3690         class def.
3691
3692         * combox.h: small cleanup
3693
3694         * buffer.h: doxygen, remove unused constructor, move inclas inlies
3695         to inlines after class def.
3696
3697         * buffer.C (pop_tag): use string operations instead of strcmp
3698
3699         * bmtable.c: doxygen, small cleanup
3700
3701         * LaTeX.h: remove friend operator==
3702
3703 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
3704
3705         * screen.C: 
3706         * lyxrc.[Ch]:
3707         * lyxfunc.C: 
3708         * lyxfont.[Ch]: 
3709         * lyx_cb.C: 
3710         * intl.[Ch]: 
3711         * commandtags.h: 
3712         * buffer.C: 
3713         * WorkArea.[Ch]: 
3714         * LyXAction.C: 
3715         * BufferView_pimpl.C:
3716         * BufferView.[Ch]: remove cruft
3717
3718 2001-02-14  Juergen Vigna  <jug@sad.it>
3719
3720         * lyxfunc.C: removed #if 0 unused code
3721
3722         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
3723
3724         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
3725
3726         * text2.C (SetSelection): added a BufferView * parameter
3727
3728 2001-02-13  Juergen Vigna  <jug@sad.it>
3729
3730         * lyxfunc.C (Dispatch): fixed protected blank problem.
3731         * BufferView2.C (protectedBlank): added LyxText * parameter.
3732
3733         * tabular.C (AppendRow): forgot to set row_info of newly added row.
3734         (AppendColumn): same as above for column_info.
3735
3736         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
3737         (moveCursorUpdate): use a LyXText param for support of InsetText.
3738
3739         * BufferView_pimpl.C (doubleClick): added support for InsetText.
3740         (tripleClick): ditto
3741
3742         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
3743
3744         * BufferView_pimpl.C (update): added LyXText param to honor insets.
3745
3746         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
3747
3748         * text2.C (SetSelection): set correct update status if inset_owner
3749         (ToggleFree): ditto
3750
3751 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
3752
3753         * tabular.C: remove some commented code.
3754
3755 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
3756
3757         * BufferView_pimpl.C: call hideSplash()
3758
3759         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
3760
3761         * include_form.h:
3762         * bibforms.h: remove
3763
3764         * lyxfunc.C:
3765         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
3766           add LFUN_CHILD_CREATE
3767
3768         * counters.h: fix tiny typo
3769         
3770         * lyx_cb.C:
3771         * lyx.h:
3772         * lyx_gui.C:
3773         * lyx.C: move splash to frontends/xforms/
3774
3775         * lyx_gui_misc.C: move Include and Bibform to frontends
3776
3777         * lyxvc.h: clarify comment
3778
3779         * vspace.C: tiny housekeeping
3780
3781 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
3782
3783         * text.C (PrepareToPrint): RTL Fix.
3784
3785         * paragraph.C (GetUChar): New method.
3786         (String):  Use GetUChar.
3787
3788         * buffer.C (asciiParagraph): Use GetUChar.
3789
3790 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
3791
3792         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
3793
3794 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
3795
3796         * buffer.h:
3797         * buffer.C: rename to getLogName(), handle
3798           build log / latex log nicely
3799
3800 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3801
3802         * MenuBackend.C: 
3803         * MenuBackend.h: remove support for reference menuitem type.
3804
3805 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
3806
3807         * BufferView_pimpl.C: housekeeping
3808         * BufferView_pimpl.h:
3809         * LyXView.h:
3810         * Makefile.am:
3811         * Timeout.C:
3812         * Timeout.h:
3813         * minibuffer.h: move Timeout GUI-I
3814                           
3815 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
3816
3817         * lyxrc.C (read): Update converters data-structures.
3818
3819 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
3820
3821         * LaTeX.h (operator!=): add operator != for Aux_Info 
3822
3823 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
3824
3825         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
3826
3827         * LaTeXLog.C: deleted, useful code moved to Buffer
3828
3829         * buffer.h:
3830         * buffer.C: new function getLatexLogName()
3831
3832         * lyx_gui_misc.C:
3833         * lyx_gui.C:
3834         * lyxvc.C:
3835         * lyxvc.h:
3836         * lyxfunc.C: use frontends for LaTeX and VC logs
3837
3838 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3839
3840         * LaTeX.h: yet another std:: that Allan forgot.
3841
3842         * Variables.C (set): renamed from isset(), because this clashes
3843         with some HP-UX macros (grr).
3844
3845 2001-02-06  Allan Rae  <rae@lyx.org>
3846
3847         * LaTeX.h: Another bug fix.  Missing std:: this time.
3848
3849 2001-02-04  Allan Rae  <rae@lyx.org>
3850
3851         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
3852         floats problem. I've left it commented out because it's not quite
3853         correct.  It should also test that the current object is a table or
3854         figure inset.  But I haven't gotten around to figuring out how to do
3855         that.  I *think* it'll be something like: "table" == inset.type()
3856
3857         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
3858         bool.
3859
3860 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
3861
3862         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
3863         all the citation/databases/styles in the auxilary file. 
3864         (run): Rerun latex if there was a babel language error.
3865
3866 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
3867
3868         * text.C (Backspace): Preserve the font when changing newline char
3869         with a space.
3870         (BreakParagraph): If the cursor is before a space, delete the space.
3871
3872         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
3873
3874 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
3875
3876         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
3877         new argument (code).
3878         (ChangeCitationsIfUnique): New method.
3879
3880         * paragraph.C (GetPositionOfInset): Handle bibkey.
3881
3882 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3883
3884         * BufferView_pimpl.h: change type of Position::par_pos to
3885         LyXParagraph::size_type. 
3886
3887 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
3888
3889         * BufferView_pimpl.C (savePosition, restorePosition): Write
3890         messages to minibuffer.
3891
3892 2001-01-28  José Matos  <jamatos@fep.up.pt>
3893
3894         * buffer.C (makeDocBookFile): adds support for document language.
3895         A silly restriction on the name of LatexCommand types where removed.
3896         Added support for CDATA sections, allows to chars unescaped, used
3897         among others in code, to avoid escape < and >.
3898         
3899 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
3900
3901         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
3902         saved positions instrad of a stack. Furthermore, a position is
3903         stored using paragraph id/paragraph position.
3904
3905         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
3906         Remove LFUN_REF_BACK.
3907
3908 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
3909
3910         * converter.C (dvipdfm_options): New method.
3911
3912 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
3913
3914         * vspace.C (isValidLength): Fix for empty input string.
3915
3916 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3917
3918         * LyXAction.C (init): change description of LFUN_FIGURE to
3919         "Insert Graphics"
3920
3921 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3922
3923         * LaTeX.C: add using directive
3924
3925 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
3926
3927         * MenuBackend.C (expand): Fix the sorting of the formats.
3928
3929 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
3930
3931         * lyx_main.C: tiny error message fix
3932
3933 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3934
3935         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
3936         calling fl_initialize(). This fixes the problem with ',' as
3937         decimal separator in text files.
3938
3939 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
3940
3941         * trans.C (process): Fix the keymap bug.
3942
3943 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
3944
3945         * LaTeX.C (scanAuxFiles): New method. Provides support for
3946         multiple bibliographies (when using the bibtopic/bibunits pacakges).
3947         (scanLogFile) Scan for "run BibTeX" messages.
3948
3949         * buffer.C (makeLaTeXFile): Do not load the ae package when using
3950         OT1 font encoding. Also, load the aecompl package if the ae
3951         package is loaded.
3952
3953         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
3954
3955 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3956
3957         * texrow.C (increasePos): turn two error messages into debug
3958         messages. 
3959
3960 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
3961
3962         * LaTeX.C (scanAux): Handle the \@input macro.
3963         (runBibTeX): Use scanAux().
3964
3965         * language.C (latex_options_): New field.
3966
3967         * LaTeXFeatures.C (getMacros): Add language macros.
3968
3969         * buffer.C (makeLaTeXFile): Small fix.
3970
3971 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3972
3973         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
3974
3975         * text2.C: add a using directive.
3976
3977 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
3978
3979         * BufferView2.C:
3980         * lyx_gui_misc.h:
3981         * lyxfr1.C:
3982         * lyxfunc.C: kill LyXBell.
3983
3984 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
3985
3986         * text.C (IsBoundary): Remove the error message
3987         
3988         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
3989
3990         * lyxrc.C (setDefaults): Correct initialization value for
3991         font_norm_type.
3992
3993 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
3994
3995         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
3996         gotoError().
3997
3998         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
3999         and GotoNextNote().
4000
4001         * src/LyXAction.C: Added reference-next.
4002
4003         * text.C (InsertChar): Use contains instead of strchr.
4004
4005         * lyx_cb.C (MenuInsertLabel): Enable default value code.
4006
4007 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
4008
4009         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
4010         alignment commands (when needed).
4011
4012         * text.C (InsertChar): Add ':' to number separator chars.