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