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