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