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