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