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