]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
fix read problems on win32
[lyx.git] / src / ChangeLog
1 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * LaTeX.C (scanAuxFile):
4         (deplog): remove trailing \r when reading stream (useful under
5         win32)  
6
7 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
8
9         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
10         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11         and BufferView::theLockingInset(Inset*), so should use them and not
12         access bv_->text->the_locking_inset directly.
13
14         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
15
16 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
17
18         * Makefile.am:
19         * tex-defs.h: remove old unused file
20          
21 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
22
23         * BufferView_pimpl.C: fix typo, remove minibuffer message
24           when buffer has loaded
25
26 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
27
28         * lyxfunc.C (Dispatch): use stringstream
29         (MenuNew): use stringstream
30         (Open): use stringstream
31
32         * importer.C (Import): use stringstream
33
34         * bufferview_funcs.C (CurrentState): use stringstream
35
36         * LaTeX.C (run): use stringstream
37
38         * BufferView_pimpl.C (savePosition): use stringstream
39         (restorePosition): use stringstream
40         (MenuInsertLyXFile): use stringstream
41
42 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
43
44         * BufferView.C:
45         * Bullet.C
46         * ColorHandler.C:
47         * FontInfo.C:
48         * FontLoader.C:
49         * LColor.C:
50         * LaTeXFeatures.C:
51         * Painter.C:
52         * gettext.C:
53         * lyx_gui_misc.C:
54         * lyxserver.C:
55         * vspace.C: removed // -*- C++ -*- as first line.
56
57         * lyxfind.h:
58         * version.h: added // -*- C++ -*- as first line.
59
60 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
61
62         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
63
64         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
65         of string
66
67 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
68
69         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
70         of floats.
71
72 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
73
74         * gettext.C: include LString.h even when --disable-nls is on. 
75
76 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
77
78         * converter.h (Get): changed argument type from int to
79         FormatList::size_type to avoid unnecessary conversion.
80
81         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
82         before using it.
83
84 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
85
86         * gettext.h: include LString.h even when --disable-nls is on. 
87
88 2001-06-07  Juergen Vigna  <jug@sad.it>
89
90         * text.C (BreakAgain): subst spaces with tabs.
91
92         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
93         (resizeInsetsLyXText): set force on resizeLyXText.
94
95 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
96
97         * gettext.h (gettext_init): 
98         (locale_init): use a real definition instead of a macro
99
100 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
101
102         * Bufferview_pimpl.C:
103         * LColor.h:
104         * LColor.C: further lcolor tidies
105
106 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
107
108         * BufferView_pimpl.C (updateScrollbar): simplify.
109
110         * BufferView2.C: don't include insets/insetinfo.h, change
111         prototype for insertInset and call the Pimpl version. let
112         updateInset call Pimpl version.
113
114         * BufferView.h: move inset_slept to BufferView::Pimpl, move
115         gotoInset to BufferView::Pimpl
116
117 2001-06-01  Juergen Vigna  <jug@sad.it>
118
119         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
120         inside a LockingInset (is the update needed at all?).
121
122 2001-05-31  Juergen Vigna  <jug@sad.it>
123
124         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
125         here not the old one otherwise how should we compare it afterwards
126         if it's the same!
127
128 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
129
130         * lyxfont.C: 
131         * tabular.C:
132         * tabular-old.C: 
133         * FontInfo.C: bring C functions into global namespace when
134         necessary
135
136 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
137
138         * LString.h: make sure config.h has been loaded before LString.h.
139
140         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
141         (one for each char read by EatLine!).
142
143         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
144         variables. 
145
146 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
147
148         * paragraph.C (BreakParagraph): set the inset_owner in the new par
149         to the same as the par we break from
150
151 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
152
153         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
154
155         * MenuBackend.C (expand): also create menu entries for wide
156         versions of the floats.
157
158         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
159
160         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
161
162         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
163         frontends/Makefile.am
164
165         * text2.C: adjust
166         * text.C: adjust
167         
168
169         * tabular.C (getTokenValue): add std::
170
171         * tabular-old.C (getTokenValue): add std::
172         (getTokenValue): ditto
173         (getTokenValue): ditto
174
175         * screen.C (ToggleSelection): adjust
176
177         * lyxtext.h: put selection cursors inside a Selection struct.
178
179         * lyxfunc.C (moveCursorUpdate): adjust
180
181         * lyxfont.C (latexWriteStartChanges): add std::
182
183         * lyxfind.C: adjust
184
185         * font.h: delete with(char const *, LyXFont const &)
186
187         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
188
189         * FontInfo.C (getFontname): add std::
190
191         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
192         (workAreaButtonPress): adjust
193         (tripleClick): adjust
194         (update): adjust
195         (moveCursorUpdate): adjust
196         (Dispatch): adjust
197
198         * BufferView2.C (gotoInset): adjust
199
200 2001-05-30  Juergen Vigna  <jug@sad.it>
201
202         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
203         to check pspell I add this as default as I now have new pspell
204         libraries and they seem to use this.
205
206 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
207
208         * text2.C (CutSelection): make the cursor valid before the call to
209         ClearSelection.
210
211 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
212
213         * kbsequence.C (parse): de-uglify a bit the parsing code, which
214         relied on 0 terminated strings and other horrors. Bug found due to
215         the new assert in lyxstring!
216
217         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
218         KP_ keys.
219
220 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
221
222         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
223         to latinkeys.bind.
224
225         * lyxfunc.C (processKeySym): change method of getting to the
226         self-insert char.
227
228         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
229         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
230         * BufferView_pimpl.[Ch]: here as private methods.
231
232 2001-05-28  Juergen Vigna  <jug@sad.it>
233
234         * text.C (SetHeightOfRow): added the update() call again as it is
235         needed to initialize inset dimensions!
236
237 2001-05-16  Juergen Vigna  <jug@sad.it>
238
239         * text2.C (SetCharFont): Add new function with BufferView * and
240         bool toggleall parameters for setting insets internal fonts.
241         (SetFont): Freeze the undo as we may change fonts in Insets and
242         all this change should be inside only one Undo!
243
244         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
245         setting font's in insets as for them we have the SetFont function!
246
247 2001-05-15  Juergen Vigna  <jug@sad.it>
248
249         * text2.C (ClearSelection): to be sure we REALLY don't have any
250         selection anymore!
251
252         * tabular.C (TeXCellPreamble): fixed the left border problem for
253         multicolumn cells.
254
255 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
256
257         * LaTeX.C (deplog): Make sure that the main .tex file is in the
258         dependancy file
259
260 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
261
262         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
263         LFUN_BREAKPARAGRAPH.
264
265         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
266         help test to "internal only", similar for LFUN_INSERT_URL
267
268         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
269         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
270         auto_region_delete and deadkeys. 
271
272 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
273
274         * LColor.h:
275         * LColor.C: remove some dead entries, tidy a little
276  
277 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
278
279         * lyxfunc.C (processKeySym): comment the Escape handling, remove
280         commented code.
281         (Dispatch): implement LFUN_ESCAPE
282
283         * commandtags.h: add LFUN_ESCAPE
284
285         * LyXAction.C (init): add entry for LFUN_ESCAPE
286
287         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
288         Remove commented code.
289         (insertNote): moved here
290         (open_new_inset): moved here
291
292         * BufferView[2].[Ch]: move insertNote and open_new_inset to
293         BufferView_pimpl
294
295 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
296
297         * kbmap.C (findbinding): clean it up and make it work correctly.
298
299         * lyx_main.C (init): do not pass argc and argv as parameters
300
301 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
302
303         * buffer.C: fix path for OS/2 & Win32
304
305         * lyx_gui.C:
306         * lyx_main:
307         * lyx_main.C: Added os:: class.
308         
309         * os2_defines.h: update
310
311 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
312
313         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
314         better by trying again with reduced state.
315
316 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
317
318         * lyxrc.C (read): print error about invalid key sequence only when
319         debugging (because not all latinX keysyms are known to some X
320         servers)
321
322         * kbsequence.C (getiso): add a few std:: qualifiers
323         (getiso): comment out extra return statement.
324
325 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
326
327         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
328         handling.
329         (Dispatch): enhance the accent inset a bit. (not perfect)
330
331 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
332
333         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
334
335 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
336
337         * bufferlist.C (emergencyWrite): fix assert() call
338
339 2001-05-04  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
340
341         * text.C (InsertChar): Added trivial patch to only send the "you
342         can not do multiple spaces this way" message once during a
343         session.
344
345 2001-05-08  Baruch Even  <baruch@lyx.org>
346
347         * Makefile.am: Changed order of libraries to get LyX to link properly
348         with the gnome frontend.
349
350 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
351
352         * LaTeXFeatures.h: add a std:: qualifier
353
354 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
355
356         * paragraph.C (String): use stringstream
357
358 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
359
360         * paragraph.C (writeFile): remove footflag arg
361
362         * buffer.C (makeLaTeXFile): use stringstream
363         (latexParagraphs): remove footnot gurba
364
365         * LaTeXFeatures.C (getPackages): use stringstream
366         (getMacros): likewise
367         (getTClassPreamble): likewise
368         (getFloatDefinitions): new method
369
370         * paragraph.C (writeFile): reindent
371         (Erase): reindent
372
373         * WorkArea.h: revert the xpos + etc changes.
374
375         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
376
377         * lyxparagraph.[Ch]: add copy constructor, remove Clone
378
379         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
380         (pasteSelection): likewise
381         * text2.C (CreateUndo): likewise
382
383 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
384
385         * minibuffer.C (peek_event): temporarily reduce the functionality
386         of the minibuffer (to allow args on lfuns)
387
388         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
389         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
390
391         * buffer.C (readInset): add compability reading of old float
392         lists, add reading of new style float list.
393         (readInset): avoid reevaluation of inscmd.getCmdName()
394         (getLists): reindent
395
396         * MenuBackend.C (MenuItem): implement parsing of
397         md_floatlistinsert and md_floatinsert.
398         (expand::LastFiles): move initalizaton of iterators out of loop,
399         avoid reevaluation.
400         (expand::Documents): introduce typdedef vector<string> Strings,
401         and use it. 
402         (expand::ExportFormats): introduce typedef vector<Format const *>
403         Formats, and use it.
404         (expand): implement FloatListInsert and FloatInsert.
405
406         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
407         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
408         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
409
410         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
411         handling. 
412         (Dispatch::LFUN_FLOAT_LIST): implement
413
414 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
415  
416         * LaTeX.C (run): Fix problem with --export code.
417  
418 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
419
420         * BufferView.[Ch] (workarea): removed.
421         (getClipboard) new method; wrapper for workarea()->getClipboard()
422
423         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
424         bug.
425
426         * WorkArea.h (width, height, xpos, ypos): These methods all
427         returned the dimensions of the work_area sub-area of WorkArea,
428         resulting in a position error if the WorkArea were resized. Now
429         return the dimensions of the entire WorkArea.
430
431         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
432
433 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
434
435         * LaTeX.C (deplog): correct the syntax of regex reg1
436
437 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
438
439         * undo.C: remove !NEW_INSETS cruft
440
441 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
442
443         * text2.C: remove !NEW_INSETS cruft
444
445         * text.C: remove !NEW_INSETS cruft
446
447         * tabular.C: remove !NEW_INSETS cruft
448
449         * spellchecker.C: remove !NEW_INSETS cruft
450
451         * lyxtext.h: remove !NEW_INSETS cruft
452
453         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
454
455         * lyxfunc.C: remove !NEW_INSETS cruft
456
457         * lyxfind.C: remove !NEW_INSETS cruft
458
459         * lyx_cb.C: remove !NEW_INSETS cruft
460
461         * figureForm.C: remove  !NEW_INSETS cruft
462
463         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
464
465         * buffer.[Ch]: remove !NEW_INSETS cruft
466
467         * ToolbarDefaults.C: remove !NEW_INSETS cruft
468
469         * CutAndPaste.C: remove !NEW_INSETS cruft
470
471         * BufferView_pimpl.C: remove !NEW_INSETS cruft
472
473         * BufferView2.C: remove !NEW_INSETS cruft
474
475         * BufferView.h: remove !NEW_INSETS cruft
476
477 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
478
479         * Lsstream.h: include LString.h before the sstream headers to
480         fix problem with gcc 2.95.3 and lyxstring
481
482 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
483
484         * lyx_main.C: add using directives when needed for C functions
485         declared in std:: namespace.
486
487 2001-04-27  Juergen Vigna  <jug@sad.it>
488
489         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
490         (SetHeightOfRow): comment out the update call should not be needed!
491
492 2001-04-13  Juergen Vigna  <jug@sad.it>
493
494         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
495         (LyXTabular): tried to minimize operator= operations (and realized
496         hopfully Lars wish).
497
498 2001-04-27  Juergen Vigna  <jug@sad.it>
499
500         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
501
502 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
503
504         * lyxfunc.C (Dispatch): hack to make listof algorithm work
505
506         * buffer.C (readInset): hack to make listof algorithm work
507
508         * BufferView_pimpl.C: hack to make listof algorithm work
509
510 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
511
512         * LyXAction.C: removed all !NEW_INSETS cruft
513         (init): moved lfun_item in method
514
515         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
516
517 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
518
519         * BufferView2.C (theLockingInset): white space.
520
521 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
522
523         * minibuffer.C: include <iostream>
524
525         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
526
527         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
528
529         * commandtags.h: add LFUN_TRANSPOSE_CHARS
530
531         * text.[Ch] (TransposeChars): new method
532
533 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
534
535         * call message directly through LyXView instead of through LyXFunc
536         * BufferView2.C: adjust
537         * BufferView_pimpl.C: adjust
538         * FontLoader.C: adjust
539         * buffer.C: adjust
540         * bufferview_funcs.C: adjust
541         * converter.C: adjust
542         * figureForm.C: adjust
543         * importer.C: adjust
544         * lyx_cb.C: adjust
545         * lyx_gui_misc.C: adjust
546         * lyxfunc.C: adjust
547         * lyxvc.C: adjust
548         * text2.C: adjust
549         + more files in subdirs
550         
551         * lyxparagraph.h (size): move up int file
552         (GetLayout): ditto
553
554         * adjust all uses of Assert to lyx::Assert.
555
556         * BufferView2.C (ChangeCitationsIfUnique): adjust for
557         lyxfunctional in namespace lyx
558         * layout.C (hasLayout): ditto
559         (GetLayout): ditto
560         (GetLayout): ditto
561         (delete_layout): ditto
562         (NumberOfClass): ditto
563         * converter.C (GetFormat): ditto
564         (GetNumber): ditto
565         (Add): ditto
566         (Delete): ditto
567         (SetViewer): ditto
568         * bufferlist.C (getFileNames): ditto
569         (emergencyWriteAll): ditto
570         (exists): ditto
571         (getBuffer): ditto
572         * MenuBackend.C (hasSubmenu): ditto
573         (hasMenu): ditto
574         (getMenu): ditto
575         * BufferView_pimpl.C (getInsetByCode): ditto
576
577 2001-04-18  Juergen Vigna  <jug@sad.it>
578
579         * vspace.C (asLatexString): fixed the 100% problem.
580
581 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
582
583         * lyxfunc.C (Dispatch): 
584         * minibuffer.C: 
585         * minibuffer.h: add a few std:: qualifiers
586
587 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
588
589         * minibuffer.[Ch]: reimplement so that commands is initiated and
590         run from lyxfunc, simplified som handling, and made the completion
591         and history code for complete. wip. 
592
593         * lyxfunc.C (processKeySym): call message
594         (miniDispatch): new temporary method
595         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
596         (LFUN_MESSAGE): implement
597         (LFUN_MESSAGE_PUSH): implement
598         (LFUN_MESSAGE_POP): implement
599         (initMiniBuffer): the initial/defualt minibuffer message.
600
601         * lyxfont.[Ch]: inline some more getters
602
603         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
604
605         * lyx_gui_misc.[Ch] (WriteStatus): remove method 
606
607         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
608         (AutoSave): use LFUN_MESSAGE
609         (Reconfigure): ditto
610
611         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
612
613         * figureForm.C: use LFUN_MESSAGE
614
615         * converter.C (runLaTeX): use LFUN_MESSAGE
616
617         * bufferview_funcs.C: use LFUN_MESSAGE
618         (Melt): ditto
619         (changeDepth): ditto
620
621         * bufferparams.h: use boost::
622
623         * bufferlist.h: inherit privately from noncopyable
624
625         * bufferlist.C (loadLyXFile): remove some commented code.
626
627         * buffer.C (runChktex): use LFUN_MESSAGE
628
629         * ShareContainer.h: inherit privately from noncopyable
630
631         * ParagraphParameters.[hC] (depth): inline it.
632
633         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
634         methods.
635         (message): new method
636         (messagePush): ditto
637         (messagePop): ditto
638         (show): init minibuffer
639         (showState): direct call
640
641         * LaTeX.[Ch]: inherit privately from noncopyable
642         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
643         instead of WriteStatus.
644
645         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
646
647         * BufferView_pimpl.C (buffer): don't init minibuffer
648         (workAreaButtonPress): use LFUN_MESSAGE
649         (workAreaButtonRelease): ditto
650         (savePosition): ditto
651         (restorePosition): ditto
652         (MenuInsertLyXFile): ditto
653         (workAreaExpose): don't init minibuffer
654         (update): remove commented code, simplify
655
656         * BufferView2.C (openStuff): use LFUN_MESSAGE
657         (toggleFloat): ditto
658         (menuUndo): ditto
659         (menuRedo): ditto
660         (copyEnvironment): ditto
661         (pasteEnvironment): ditto
662         (copy): ditto
663         (cut): ditto
664         (paste): ditto
665         (gotoInset): ditto
666         (updateInset): remove some commented code
667
668         * lastfiles.h: inherit privately from noncopyable
669         * layout.h: ditto
670         * lyx_gui.h: ditto
671         * lyx_main.h: ditto
672         * lyxlex.h: ditto
673         * lyxlex_pimpl.h: ditto
674
675         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
676         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
677         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
678
679         * LyXAction.h: inherit privately from noncopyable, add methods
680         func_begin, func_end, returning iterators to the func map.
681
682         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
683         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
684         (func_begin): new method
685         (func_end): new method
686
687         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
688         and not)
689         (copySelection): ditto
690         (pasteSelection): ditto
691
692         * BufferView.C: whitespace change
693         * BufferView.h: inherit privately from noncopyable
694
695 2001-04-16  Allan Rae  <rae@lyx.org>
696
697         * tabular-old.C (l_getline): 
698         * spellchecker.C (sc_check_word): 
699         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
700         an unrecognised preprocessor directive.  So ensure they're wrapped. 
701
702 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
703
704         * src/exporter.C (Export): Give an error message when path to file 
705         contains spaces.
706
707 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
708
709         * LaTeX.C (deplog): Always check that foundfile exists.
710
711 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
712
713         * lyx_main.h: 
714         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
715
716 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
717
718         * tabular.[Ch] (getLabelList): implement new method
719
720         * minibuffer.h: comment ouf setTiimer
721
722         * minibuffer.C (ExecutingCB): constify res
723         (peek_event): constify s
724         (Set): constify ntext
725         (Init): constify nicename
726
727         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
728
729         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
730         (savePosition): use two params to Minibuffer::Set
731         (restorePosition): ditto
732
733 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
734
735         * lyx_main.C: include language.h
736
737         * Makefile.am (lyx_main.o): add language.h
738
739 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
740
741         * exporter.C: 
742         * paragraph.C: 
743         * screen.C: 
744         * tabular.C: 
745         * CutAndPaste.C: include gettext.h
746
747         * lyxfont.h: remove old hack with ON and OFF.
748
749         * lyxparagraph.h: 
750         * lyxfont.h: do not include language.h...
751
752         * BufferView2.C: 
753         * LaTeXFeatures.C: 
754         * Painter.C: 
755         * bufferview_funcs.C: 
756         * font.C: 
757         * lyxfont.C: 
758         * text.C: 
759         * text2.C: 
760         * trans_mgr.C: 
761         * paragraph.C: ... but do it here instead
762
763 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
764
765         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
766
767         * tabular.C: small reformat
768
769         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
770         NEW_INSETS version
771         (GetChar): ditto
772         (BreakParagraph): ditto
773         (SetOnlyLayout): ditto
774         (SetLayout): ditto
775
776         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
777         with one arg less.
778
779         * lastfiles.C: removed most using decl, add std:: where needed
780
781         * buffer.C: ws changes
782
783         * MenuBackend.C (class compare_format): put into anon namespace
784         (expand): constify label, names, action, action2
785         (expand): 
786
787         * text.C (SingleWidth): constify font
788         (IsBoundary): constify rtl2
789         (GetVisibleRow): constify ww
790
791         * LaTeX.C (deplog): constify logfile
792
793         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
794         start_x, end_x
795         (workAreaExpose): constify widthChange, heightChange
796
797         * lyxrow.C (par): moved
798         (height): moved
799         (next): moved
800         * lyxrow.h: as inlines here
801
802         * lyxfont.h (shape): moved from lyxfont.C
803         (emph): moved from lyxfont.C
804
805         * lyxfont.C (LyXFont): use initialization list for all
806         constructors
807         (shape): move to lyxfont.h as inline
808         (emph): move to lyxfont.h as inline
809         
810
811 2001-04-04  Juergen Vigna  <jug@sad.it>
812
813         * vspace.C: had to include stdio.h for use of sscanf
814
815 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
816
817         * BufferView.h: 
818         * BufferView_pimpl.h: remove xforms cruft. Both classes are
819         independent of xforms.
820
821 2001-04-02  Juergen Vigna  <jug@sad.it>
822
823         * spellchecker.C: fixed namespace placing!
824
825 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
826
827         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
828         the LyXParagraph * is 0.
829
830 2001-03-29  Juergen Vigna  <jug@sad.it>
831
832         * vspace.C: added support for %, c%, p%, l%.
833         (stringFromUnit): added helper function.
834         (asLatexString): changed to give right results for the %-values.
835
836         * buffer.C: convert the widthp in a width%.
837
838 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
839
840         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
841         figureForm.[Ch].
842
843         * figureForm.[Ch]: stripped the FD_from_figure manipulation
844         code out of lux_cb.[Ch], ready for its (imminent?) removal.
845
846         * lyx_cb.[Ch]: see above.
847
848         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
849         form1.[Ch].
850
851         * form1.[Ch]:
852         * lyx.[Ch]: replaced by figure_form.[Ch].
853
854         * lyx_gui.C:
855         * lyx_gui_misc.C:
856         * lyxfunc.C: changed headers associated with above changes.
857
858 2001-03-27  Juergen Vigna  <jug@sad.it>
859
860         * BufferView_pimpl.C: set the temporary cursor right!
861
862 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
863
864         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
865
866 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
867
868         * LString.h: removed "using std::getline"!
869
870         * BufferView_pimpl.C (Dispatch): changes due to changes in
871         InsetInclude::Params.
872
873         * buffer.C (tag_name): removed redundant break statements as they were
874         producing lots of warnings with my compiler.
875
876 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
877
878         * LString.h: add "using std::getline" when using the real <string>.
879
880 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
881
882         * buffer.C: removed bitset usage.
883         PAR_TAG moved to an anonymous name space.
884         (tag_name): new funtion, also in the anonymous namespace.
885         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
886         (makeDocBookFile): clean code. Completed transition from string arrays
887         to string vectors.
888         (SimpleDocBookOnePar): code clean.
889
890 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
891
892         * tabular.C: add some comments.
893
894 2001-03-22  Juergen Vigna  <jug@sad.it>
895
896         * buffer.C (parseSingleLyXformat2Token): redone the minipage
897         compatibility read a bit and fixed bug with minipage in different
898         depth.
899
900 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
901
902         * buffer.C (pop_tag): removed.
903         (push_tag): removed.
904         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
905         array replaced with vector. Added support for CDATA sections.
906         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
907         at any nest level.
908         (makeDocBookFile): XML conformant declaration of CDATA section,
909         fixed bug related to <emphasis> in the first paragraph char.
910         (sgmlOpenTag): exclude empty tags.
911         (sgmlCloseTag): ditto.
912         
913         * buffer.h (pop_tag): removed.
914         (push_tag): removed.
915
916 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
917
918         * language.h (Languages): added size_type and size().
919
920 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
921
922         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
923         response on compability reading of minipages. One probliem is that
924         the old usage of minipages was «flertydig» 
925
926         * several files here and in subdirs: don't use static at file
927         scope use anon namespaces instead.
928
929 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
930
931         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
932         LaTeX output. This is necessary for Literate document
933         processing.
934
935 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
936
937         * buffer.C: insert hfill when needed.
938
939         * tabular.C (l_getline): use string::erase, small whitespace change.
940
941         * BufferView_pimpl.C: try the anon namespace.
942         * WorkArea.C: ditto
943
944 2001-03-16  Juergen Vigna  <jug@sad.it>
945
946         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
947         otherwise it won't open options-dialogs.
948
949         * buffer.C: honor pextraWidth(p) on converting minipages.
950
951         * tabular.C (l_getline): changed the functions to strip trailing \r.
952
953 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
954
955         * BufferView_pimpl.C:
956         * minibuffer..C: added "using SigC::slot" declaration.
957
958 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
959
960         * lyxlex_pimpl.h: noncopyable is in namespace boost.
961
962         * text2.C: ditto
963
964         * text.C: ditto
965
966         * paragraph.C: ditto
967
968         * lyxtext.h: NO_PEXTRA
969
970         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
971
972         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
973         * ParameterStruct.h: ditto
974         * ParagraphParameters.h: ditto 
975         * lyxparagraph.h: ditto
976
977 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
978
979         * buffer.C: add compability for minipage alignment.
980         (latexParagraphs): remove unwanted pextra check.
981
982         * several files: remove CXX_WORKING_NAMESPACES
983
984         * buffer.C (pop_tag): tie is in namespace boost
985
986         * BufferView.h: noncopyable is in namespace boost
987         * lyxlex.h: ditto
988         * lyx_main.h: ditto
989         * lyx_gui.h: ditto
990         * layout.h: ditto
991         * lastfiles.h: ditto
992         * bufferlist.h: ditto
993         * ShareContainer.h: ditto
994         * LyXView.h: ditto
995         * LyXAction.h: ditto
996         * LaTeX.h: ditto
997
998 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
999
1000         * Merging changes from BRANCH_MVC back into HEAD.
1001
1002         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
1003
1004 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
1005
1006         * BufferView_pimpl.C: change from intl.C
1007
1008         * combox.h:
1009         * combox.C:
1010         * Makefile.am: move combox.*
1011
1012         * form1.h:
1013         * form1.C:
1014         * lyx_gui.C:
1015         * intl.h:
1016         * intl.C: remove dialog (covered by prefs)
1017
1018 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1019
1020         * lyxfunc.C (Dispatch): removed redundant break statement.
1021         
1022 2001-03-14  Juergen Vigna  <jug@sad.it>
1023
1024         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
1025
1026 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1027
1028         * buffer.C: add hack to fix compability reading of minipages.
1029
1030 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
1031
1032         * buffer.C (getLists): Cleanup.
1033
1034 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1035
1036         * lyxfont.C (update): don't honor toggleall on font size.
1037
1038 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
1039
1040         * bmtable.c:
1041         * bmtable.h:
1042         * Makefile.am: moved to frontends/xforms/
1043
1044         * lyx_gui_misc.C:
1045         * lyxfunc.C:
1046         * BufferView_pimpl.C: changes for moved mathpanel
1047
1048 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1049
1050         * gettext.h: fix gettext_init() in --disable-nls
1051
1052 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1053
1054         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
1055
1056 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
1057
1058         * lyx.C:
1059         * lyx.h: strip external form
1060
1061 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1062
1063         * BufferView_pimpl.C: add comment, destroySplash()
1064
1065 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
1066
1067         * BufferView_pimpl.C:
1068         * LyXAction.C:
1069         * buffer.C:
1070         * commandtags.h:
1071         * lyxfunc.C: use re-worked insetinclude
1072
1073 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1074
1075         * buffer.C: add using std::stringstream.
1076
1077         * lyx_cb.C: readd using std::ios.
1078
1079         * buffer.C: add using std::map.
1080
1081         * BufferView_pimpl.C: add using std::vector.
1082
1083         * ShareContainer.h: add std:: to swap.
1084
1085         * buffer.h: add some typedefs
1086         * buffer.C (getLists): use them
1087         (getLists): renamed from getTocList.
1088         add a counter for the different float types and use it in the
1089         generated string.
1090         (getLists): use the same counter for the NEW_INSETS and the "non"
1091         NEW_INSETS
1092
1093         * lyx_cb.h: remove unused items, includes, using etc.
1094
1095         * ShareContainer.h: remove some commented code, add more comments
1096         and "documentation".
1097
1098 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1099
1100         * buffer.C (getTocList): make the list also when NEW_INSETS is
1101         defined.
1102
1103         * buffer.h: remove TocType
1104
1105         * buffer.C (getTocList): change to return a map<string,
1106         vector<TocItem> >, implement for dynamic number of list.
1107
1108         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
1109         * text2.C (PasteSelection): adjust
1110         * CutAndPaste.C (pasteSelection): adjust
1111
1112         * FloatList.C (FloatList): update from the new_insets branch.
1113         * Floating.[Ch]: ditto
1114         * LaTeXFeatures.C: ditto
1115         * buffer.C: ditto
1116         * lyxlex_pimpl.C: ditto
1117         
1118         * paragraph.C (Last): remove when NEW_INSETS is defined.
1119
1120         * other file: changes because of the above.
1121
1122 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1123
1124         * lyxparagraph.h: rename next to next_, previous to previous_,
1125         make them private for NEW_INSETS. Rename Next() to next(),
1126         Previous() to previous().
1127
1128         * other files: changes because of the above.
1129
1130 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
1131
1132         * BufferView.h: 
1133         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
1134         problem.
1135
1136 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1137
1138         * main.C (main): pass lyx_localedir to gettext_init().
1139
1140         * gettext.h: remove locale_init and gettext_init macros
1141
1142         * gettext.C (locale_init): new function
1143         (gettext_init): new function
1144
1145         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
1146         setlocale().
1147
1148 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
1149
1150         * Moved credits to frontends:
1151         * credits.[Ch]: removed
1152         * credits_form.[Ch]: removed
1153         * lyx_gui_misc.C: remove credits stuff
1154         * Makefile.am:
1155
1156 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1157
1158         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
1159
1160         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
1161         unneeded destructor.
1162
1163         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
1164         a standalone pointer again.
1165
1166         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
1167
1168 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
1169
1170         * Makefile.am:
1171         * filedlg.h:
1172         * filedlg.C:
1173         * LyXAction.C:
1174         * ToolbarDefaults.C:
1175         * bufferlist.C:
1176         * commandtags.h:
1177         * form1.C:
1178         * form1.h:
1179         * lyx_cb.C:
1180         * lyx_cb.h:
1181         * lyxfunc.h:
1182         * lyxfunc.C:
1183         * BufferView_pimpl.C: use new file dialog in GUII
1184
1185         * lyx_cb.h:
1186         * lyx_cb.C: remove LayoutsCB to Toolbar
1187
1188 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1189
1190         * ShareContainer.h (get): add std:: qualifier
1191
1192 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1193
1194         * ShareContainer.h: define a proper ShareContainer::value_type
1195         type (and use typename to please compaq cxx)
1196
1197 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1198
1199         * lyxparagraph.h: move serveral local vars to
1200         ParameterStruct/ParagraphParameters., use ShareContainer in
1201         FontTable., make vars in FontTable private and add getter and
1202         setter.
1203
1204         * paragraph.C: changes because of the above.
1205
1206         * lyxfont.h: remove copy constructor and copy assignment. (the
1207         default ones is ok), move number inside FontBits. move inlines to
1208         lyxfont.C 
1209
1210         * lyxfont.C: add number to initializaton of statics, move several
1211         inlines here. constify several local vars. some whitespace
1212         cleanup. Dont hide outerscope variables.
1213
1214         * Spacing.h: add two new constructors to match the set methods.
1215
1216         * ShareContainer.h: new file, will perhaps be moved to support
1217
1218         * ParameterStruct.h: new file
1219
1220         * ParagraphParameters.h: new file
1221
1222         * ParagraphParameters.C: new file
1223
1224         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
1225         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
1226
1227         * BufferView_pimpl.C: ParagraphParameter changes.
1228         * buffer.C: Likewise.
1229         * bufferview_funcs.C: Likewise.
1230         * text.C: Likewise.
1231         * text2.C: Likewise.
1232         
1233 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1234
1235         * lyxfind.C (LyXReplace): do not redefine default argument in
1236         implementation. 
1237         (IsStringInText): ditto
1238         (SearchForward): ditto
1239         (SearchBackward): ditto
1240
1241 2001-03-06  Juergen Vigna  <jug@sad.it>
1242
1243         * lyxfind.C (IsStringInText): put parentes around expressions.
1244
1245 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
1246
1247         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
1248         
1249 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
1250
1251         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
1252
1253         * stl_string_fwd.h: add comment
1254
1255         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
1256
1257         * tabular.h:
1258         * tabular.C: remove unused DocBook methods
1259
1260         * intl.C:
1261         * language.C:
1262         * paragraph.C:
1263         * buffer.C:
1264         killed DO_USE_DEFAULT_LANGUAGE
1265
1266 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1267
1268         * lyx_gui.C: do not include language.h.
1269
1270         * bufferview_funcs.C (ToggleAndShow): do not provide optional
1271         arguments in function implementation.
1272
1273 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1274
1275         * BufferView_pimpl.C: add <ctime>
1276
1277 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1278
1279         * BufferView_pimpl.C: add using std::find_if
1280
1281 2001-02-27  José Matos  <jamatos@fep.up.pt>
1282         
1283         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
1284         by OnlyPath.
1285         
1286 2001-02-11  José Matos  <jamatos@fep.up.pt>
1287
1288         * buffer.C (makeDocBookFile): command styles now have a parameter as
1289         "title" by default.
1290
1291 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
1292
1293         * layout_forms.[Ch]: removed
1294         * lyx_cb.[Ch]: out character
1295         * lyx_gui.C: out character
1296         * lyx_gui_misc.C: out character
1297         * bufferview_funcs.C: : out character,
1298         added toggleall as parameter in ToggleAndShow
1299                    
1300 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
1301
1302         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
1303
1304         * text2.C (SetCurrentFont): Disable number property at boundary.
1305
1306 2001-02-26  Juergen Vigna  <jug@sad.it>
1307
1308         * lyxfunc.C (getStatus): added a string argument override function so
1309         that this is correctly called from LyXFunc::Dispatch if it contains a
1310         do_not_use_argument which is used!
1311         (Dispatch): added check for "custom" export and call appropriate func.
1312
1313 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
1314
1315         * lyxrc.C: Add language_command_local, language_use_babel and
1316         language_global_options.
1317
1318         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
1319
1320         * buffer.C (makeLaTeXFile): Use language_use_babel and 
1321         language_global_options.
1322
1323 2001-02-23  Juergen Vigna  <jug@sad.it>
1324
1325         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
1326         which works with LyXText and putted it inside BufferView. Here now we
1327         only call for that part the BufferView::Dispatch() function.
1328
1329         * BufferView.C (Dispatch): added.
1330
1331         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
1332         functions which needs to use a LyXText over from LyXFunc.
1333         (MenuInsertLyXFile): added
1334         (getInsetByCode): added
1335         (moveCursorUpdate): added
1336         (static TEXT): added
1337
1338 2001-02-22  Juergen Vigna  <jug@sad.it>
1339
1340         * BufferView_pimpl.C (update): call a status update to see if LyXText
1341         needs it.
1342
1343 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1344
1345         * vc-backend.C (revert): implement for CVS
1346         (getLog): implement for CVS
1347
1348 2001-02-20  Juergen Vigna  <jug@sad.it>
1349
1350         * text2.C (ClearSelection): added BufferView param for inset_owner call
1351
1352         * lyxfunc.C (TEXT): added this function and use it instead of
1353         directly owner->view()-text of getLyXText().
1354
1355 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
1356
1357         * src/layout_forms.C: out preamble
1358         * src/layout_forms.h: out preamble
1359         * src/lyx_cb.C: out preamble
1360         * src/lyx_cb.h: out preamble
1361         * src/lyx_gui.C: out preamble
1362         * src/lyx_gui_misc.C: out preamble
1363         * src/lyxfunc.C: connect with guii preamble
1364
1365 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1366
1367         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
1368
1369 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
1370
1371         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
1372         whether to run bibtex.
1373
1374 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
1375
1376         * Makefile.am (lyx_SOURCES): Remove BackStack.h
1377
1378 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1379
1380         * Makefile.am (lyx_SOURCES): removed bibforms.h
1381
1382         * vspace.h: doxygen
1383
1384         * text.C (GetVisibleRow): make several local vars const
1385
1386         * tabular.C: small cleanup.
1387
1388         * lyxserver.C (callback): use compare instead of strncmp
1389
1390         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
1391         inlines to after class or to paragraph.C
1392
1393         * lyxfont.h: remove friend operator!=
1394
1395         * converter.h: move friend bool operator< to non friend and after
1396         class def.
1397
1398         * combox.h: small cleanup
1399
1400         * buffer.h: doxygen, remove unused constructor, move inclas inlies
1401         to inlines after class def.
1402
1403         * buffer.C (pop_tag): use string operations instead of strcmp
1404
1405         * bmtable.c: doxygen, small cleanup
1406
1407         * LaTeX.h: remove friend operator==
1408
1409 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1410
1411         * screen.C: 
1412         * lyxrc.[Ch]:
1413         * lyxfunc.C: 
1414         * lyxfont.[Ch]: 
1415         * lyx_cb.C: 
1416         * intl.[Ch]: 
1417         * commandtags.h: 
1418         * buffer.C: 
1419         * WorkArea.[Ch]: 
1420         * LyXAction.C: 
1421         * BufferView_pimpl.C:
1422         * BufferView.[Ch]: remove cruft
1423
1424 2001-02-14  Juergen Vigna  <jug@sad.it>
1425
1426         * lyxfunc.C: removed #if 0 unused code
1427
1428         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
1429
1430         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
1431
1432         * text2.C (SetSelection): added a BufferView * parameter
1433
1434 2001-02-13  Juergen Vigna  <jug@sad.it>
1435
1436         * lyxfunc.C (Dispatch): fixed protected blank problem.
1437         * BufferView2.C (protectedBlank): added LyxText * parameter.
1438
1439         * tabular.C (AppendRow): forgot to set row_info of newly added row.
1440         (AppendColumn): same as above for column_info.
1441
1442         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
1443         (moveCursorUpdate): use a LyXText param for support of InsetText.
1444
1445         * BufferView_pimpl.C (doubleClick): added support for InsetText.
1446         (tripleClick): ditto
1447
1448         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
1449
1450         * BufferView_pimpl.C (update): added LyXText param to honor insets.
1451
1452         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
1453
1454         * text2.C (SetSelection): set correct update status if inset_owner
1455         (ToggleFree): ditto
1456
1457 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1458
1459         * tabular.C: remove some commented code.
1460
1461 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
1462
1463         * BufferView_pimpl.C: call hideSplash()
1464
1465         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
1466
1467         * include_form.h:
1468         * bibforms.h: remove
1469
1470         * lyxfunc.C:
1471         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
1472           add LFUN_CHILD_CREATE
1473
1474         * counters.h: fix tiny typo
1475         
1476         * lyx_cb.C:
1477         * lyx.h:
1478         * lyx_gui.C:
1479         * lyx.C: move splash to frontends/xforms/
1480
1481         * lyx_gui_misc.C: move Include and Bibform to frontends
1482
1483         * lyxvc.h: clarify comment
1484
1485         * vspace.C: tiny housekeeping
1486
1487 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
1488
1489         * text.C (PrepareToPrint): RTL Fix.
1490
1491         * paragraph.C (GetUChar): New method.
1492         (String):  Use GetUChar.
1493
1494         * buffer.C (asciiParagraph): Use GetUChar.
1495
1496 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
1497
1498         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
1499
1500 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
1501
1502         * buffer.h:
1503         * buffer.C: rename to getLogName(), handle
1504           build log / latex log nicely
1505
1506 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1507
1508         * MenuBackend.C: 
1509         * MenuBackend.h: remove support for reference menuitem type.
1510
1511 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
1512
1513         * BufferView_pimpl.C: housekeeping
1514         * BufferView_pimpl.h:
1515         * LyXView.h:
1516         * Makefile.am:
1517         * Timeout.C:
1518         * Timeout.h:
1519         * minibuffer.h: move Timeout GUI-I
1520                           
1521 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
1522
1523         * lyxrc.C (read): Update converters data-structures.
1524
1525 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
1526
1527         * LaTeX.h (operator!=): add operator != for Aux_Info 
1528
1529 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
1530
1531         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
1532
1533         * LaTeXLog.C: deleted, useful code moved to Buffer
1534
1535         * buffer.h:
1536         * buffer.C: new function getLatexLogName()
1537
1538         * lyx_gui_misc.C:
1539         * lyx_gui.C:
1540         * lyxvc.C:
1541         * lyxvc.h:
1542         * lyxfunc.C: use frontends for LaTeX and VC logs
1543
1544 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1545
1546         * LaTeX.h: yet another std:: that Allan forgot.
1547
1548         * Variables.C (set): renamed from isset(), because this clashes
1549         with some HP-UX macros (grr).
1550
1551 2001-02-06  Allan Rae  <rae@lyx.org>
1552
1553         * LaTeX.h: Another bug fix.  Missing std:: this time.
1554
1555 2001-02-04  Allan Rae  <rae@lyx.org>
1556
1557         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
1558         floats problem. I've left it commented out because it's not quite
1559         correct.  It should also test that the current object is a table or
1560         figure inset.  But I haven't gotten around to figuring out how to do
1561         that.  I *think* it'll be something like: "table" == inset.type()
1562
1563         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
1564         bool.
1565
1566 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
1567
1568         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
1569         all the citation/databases/styles in the auxilary file. 
1570         (run): Rerun latex if there was a babel language error.
1571
1572 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
1573
1574         * text.C (Backspace): Preserve the font when changing newline char
1575         with a space.
1576         (BreakParagraph): If the cursor is before a space, delete the space.
1577
1578         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
1579
1580 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1581
1582         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
1583         new argument (code).
1584         (ChangeCitationsIfUnique): New method.
1585
1586         * paragraph.C (GetPositionOfInset): Handle bibkey.
1587
1588 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1589
1590         * BufferView_pimpl.h: change type of Position::par_pos to
1591         LyXParagraph::size_type. 
1592
1593 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
1594
1595         * BufferView_pimpl.C (savePosition, restorePosition): Write
1596         messages to minibuffer.
1597
1598 2001-01-28  José Matos  <jamatos@fep.up.pt>
1599
1600         * buffer.C (makeDocBookFile): adds support for document language.
1601         A silly restriction on the name of LatexCommand types where removed.
1602         Added support for CDATA sections, allows to chars unescaped, used
1603         among others in code, to avoid escape < and >.
1604         
1605 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1606
1607         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
1608         saved positions instrad of a stack. Furthermore, a position is
1609         stored using paragraph id/paragraph position.
1610
1611         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
1612         Remove LFUN_REF_BACK.
1613
1614 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1615
1616         * converter.C (dvipdfm_options): New method.
1617
1618 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1619
1620         * vspace.C (isValidLength): Fix for empty input string.
1621
1622 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1623
1624         * LyXAction.C (init): change description of LFUN_FIGURE to
1625         "Insert Graphics"
1626
1627 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1628
1629         * LaTeX.C: add using directive
1630
1631 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1632
1633         * MenuBackend.C (expand): Fix the sorting of the formats.
1634
1635 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
1636
1637         * lyx_main.C: tiny error message fix
1638
1639 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1640
1641         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
1642         calling fl_initialize(). This fixes the problem with ',' as
1643         decimal separator in text files.
1644
1645 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1646
1647         * trans.C (process): Fix the keymap bug.
1648
1649 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
1650
1651         * LaTeX.C (scanAuxFiles): New method. Provides support for
1652         multiple bibliographies (when using the bibtopic/bibunits pacakges).
1653         (scanLogFile) Scan for "run BibTeX" messages.
1654
1655         * buffer.C (makeLaTeXFile): Do not load the ae package when using
1656         OT1 font encoding. Also, load the aecompl package if the ae
1657         package is loaded.
1658
1659         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
1660
1661 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1662
1663         * texrow.C (increasePos): turn two error messages into debug
1664         messages. 
1665
1666 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
1667
1668         * LaTeX.C (scanAux): Handle the \@input macro.
1669         (runBibTeX): Use scanAux().
1670
1671         * language.C (latex_options_): New field.
1672
1673         * LaTeXFeatures.C (getMacros): Add language macros.
1674
1675         * buffer.C (makeLaTeXFile): Small fix.
1676
1677 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1678
1679         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
1680
1681         * text2.C: add a using directive.
1682
1683 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
1684
1685         * BufferView2.C:
1686         * lyx_gui_misc.h:
1687         * lyxfr1.C:
1688         * lyxfunc.C: kill LyXBell.
1689
1690 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
1691
1692         * text.C (IsBoundary): Remove the error message
1693         
1694         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
1695
1696         * lyxrc.C (setDefaults): Correct initialization value for
1697         font_norm_type.
1698
1699 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
1700
1701         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
1702         gotoError().
1703
1704         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
1705         and GotoNextNote().
1706
1707         * src/LyXAction.C: Added reference-next.
1708
1709         * text.C (InsertChar): Use contains instead of strchr.
1710
1711         * lyx_cb.C (MenuInsertLabel): Enable default value code.
1712
1713 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
1714
1715         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
1716         alignment commands (when needed).
1717
1718         * text.C (InsertChar): Add ':' to number separator chars.