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