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