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