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