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