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