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