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