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