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