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