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